microsoft / Test-NetHLK

Validates the default IHV Adapter settings according to the MSFT definitions and Switch Requirements for Azure Stack HCI
MIT License
5 stars 13 forks source link

*NumaNodeId NumericParameterMaxValue is 65535 #6

Closed sandilyabhagi closed 3 years ago

sandilyabhagi commented 3 years ago

The test is expecting *NumaNodeId NumericParameterMaxValue as 65535 which is not inline with (https://docs.microsoft.com/en-us/windows-hardware/drivers/network/standardized-inf-keywords-for-rss)

NumaNodeId | Preferred NUMA node | Int | 65535 (Any node) | 0 | System specific - cannot exceed 65534 -- | -- | -- | -- | -- | --

** ERROR: [FAIL] NumaNodeId NumericParameterMaxValue is 65535

sandilyabhagi commented 3 years ago

The test is failing even the max value is set to 65535 for NumaNodeId

sandilyabhagi commented 3 years ago

The test is failing even the max value is set to 65535 for NumaNodeId

The test passes even with 65535 only if DisplayParameterType -ge 2 and -lt 5 but this condition is not validated by Test-NetHLK

dcuomo commented 3 years ago

Please file issues with Microsoft support. This is not a support vehicle.