cancel
Showing results for 
Search instead for 
Did you mean: 

Asus Rog Maximus XIII Hero network RSS issue

kondziorek
Level 7

Hello there,

I got Asus Rog Maximus XIII Hero and I wonder if Receive side scaling (RSS) is supported with the ethernet network adapter? If so, how can I enable it? I checked ethernet controller properties and I run the command Get-NetAdapterrss in powershell. Got nothing up there. However, I read that Intel I225-V apparently does support RSS.  I've installed the latest driver from asus website (version 2.1.2.3 at the moment). Any ideas?

368 Views
1 REPLY 1

Murph_9000
Level 14

I'm seeing "Enabled: True" from Get-NetAdapterRss for my I225-V on driver 2.1.3.3, but it's behind a Hyper-V virtual switch.  Is yours showing up as not-enabled in the output of Get-NetAdapterRss, or just not listed at all in the output?

Looking at the INF files for 2.1.1.7, 2.1.2.3, and 2.1.3.3; it looks like there's no RSS advanced option for the device properties window.  The PRO2500 NDIS68 driver (e2f for Windows 10, but does work on 11) from 03/05/2022, version 1.1.3.28 in the Intel Release 28.0 Ethernet driver pack does look like it has RSS tuneables for the device properties window.  In the driver INF files, look for the following in the localizable strings:

RSS                         = "Receive Side Scaling"
NumRssQueues2               = "Maximum Number of RSS Queues"
RSSProfile                  = "RSS load balancing profile"
Closest_Processor           = "ClosestProcessor"
Closest_Processor_Static    = "ClosestProcessorStatic"
NUMA_Scaling                = "NUMAScaling"
NUMA_Scaling_Static         = "NUMAScalingStatic"
Conservative_Scaling        = "ConservativeScaling"
RssBaseProcNumber           = "RSS Base Processor Number"
NumaNodeId                  = "Preferred NUMA node"
MaxRssProcessors            = "Maximum number of RSS Processors"
1queue                      = "1 Queue"
2queues                     = "2 Queues"
4queues                     = "4 Queues"
8queues                     = "8 Queues"
On                          = "On"
Off                         = "Off"
Enabled                     = "Enabled"
Disabled                    = "Disabled"

If a particular driver has the RSS-related strings in the INF, it probably has the RSS tuneables for the network adapter properties.