Intel® Ethernet 700/800 Series

Windows Performance Tuning Guide

ID Date Version Classification
784543 02/06/2024 1.1 Public
Document Table of Contents

​RSS Load Balancing Profile

Setting the RSS load balancing profile, Advanced Setting, to ClosestProcessor can significantly reduce CPU utilization. However, in some system configurations (such as a system with more Ethernet ports than processor cores), the ClosestProcessor setting may cause transmit and receive failures. Changing the setting to NUMAScalingStatic resolves the issue.

Notes:
  • ​Default RSS load balancing profile on 700 Series devices is ClosestProcessor.
  • Default RSS load balancing profile on 800 Series devices is NUMAScalingStatic.
  1. ​List the current value: Get-NetAdapterAdvancedProperty -Name <Adapter Name> -DisplayName "RSS load balancing profile”
  2. Set the RSS load balancing profile: Set-NetAdapterAdvancedProperty -Name <Adapter Name> -DisplayName "RSS load balancing profile" -DisplayValue “NUMAScalingStatic”