Intel® Ethernet 700/800 Series
Windows Performance Tuning Guide
Maximum Number of RSS Queues
In Windows, it is possible to set the number of Receive Side Scaling (RSS) queues and select which base processor the RSS queues should start on, for a given interface. It can be beneficial to increase or decrease the number of RSS queues/processors, based on the workload and volume of the ingress RX packets from the application.
To manage the maximum number of RSS queues:
- List the current value:
Get-NetAdapterAdvancedProperty -Name <Adapter Name> -DisplayName "Maximum Number of RSS Queues" - Set the maximum number of RSS queues:
Set-NetAdapterAdvancedProperty -Name <Adapter Name> -DisplayName "Maximum Number of RSS Queues" -DisplayValue <NumberOfQueues>