> -----Original Message-----
> From: Scott Silverman [mailto:[email protected]]
> Sent: Tuesday, December 24, 2013 6:28 AM
> To: [email protected]
> Subject: [E1000-devel] RSS Configuration in ixgbe (Queue limit?)
> 
> In attempting to troubleshoot the issue with ring buffer drops I wrote about
> in another thread, I've noticed some behavior in ixgbe that does not match
> documentation.
> 
> Configuring RSS (with RSS=#,#) to a value between 1-16 works as expected.
> Setting no value (or setting 0, default) configures as many queues as there
> are cores (on a 20 core box with hyperthreading, that is 40 cores per
> interface). The documentation says that it will only configure the lesser of
> cores or 16.
> 
> Attempting to manually set a value higher than 16 fails, and acts as if a 
> value
> of 0 was entered. (i.e. RSS=24,24 has no effect, and the full 40 queues are
> created).
> 
> Should it be stopping at 16? If not, why can't I manually choose queue counts
> of 17-(cores-1) queues?
> 
> 
> Thanks,
> 
> Scott Silverman

Hey Scott,

While the driver can only use RSS to filter to 16 queue it can support more 
queues in general.  And since ATR is on by default and can support your 40 
queues so they are all allocated.  

Thanks,
-Don Skidmore <[email protected]> 

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to