Hi, I have last driver ixgbe-3.21.2, running on kernel 2.6.35.14

Module is loaded with this parameters:
allow_unsupported_sfp=1,1 LRO=0,0 DCA=2,2 FdirPballoc=3,3

Computer is used as router, routing about 3gbit of traffic

With set_irq_affinity.sh I have set for each RxTx queue own cpu core

I am not using Flow Director:
[root@router1 /root]# ethtool -u eth2
12 RX rings available
Total 0 rules

But on counter fdir_match is visible very much traffic:
[root@router1 /root]# ethtool -S eth2 | grep fdir
      fdir_match: 3463780554
      fdir_miss: 6874229294
      fdir_overflow: 3771

1) I am not sure if I understand documentation, but I think, that
fdir_match may be zero if I am not using Flow Director?

2) In /proc/interrupts I can see much more interrupts on TxRx-0 queue
and TxRx-11 queue is used much less:

[root@router1 /root]# cat /proc/interrupts | grep eth2
   81: 1178676913          0          0          0          0          0 
         0          0          0          0          0          0   
eth2-TxRx-0
   82:          1  903278334          0          0          0          0 
         0          0          0          0          0          0   
eth2-TxRx-1
   83:          1          0  914341377          0          0          0 
         0          0          0          0          0          0   
eth2-TxRx-2
   84:          1          0          0  897610192          0          0 
         0          0          0          0          0          0   
eth2-TxRx-3
   85:          1          0          0          0  873319758          0 
         0          0          0          0          0          0   
eth2-TxRx-4
   86:          1          0          0          0          0  885857878 
         0          0          0          0          0          0   
eth2-TxRx-5
   87:          1          0          0          0          0          0 
892079196          0          0          0          0          0   
eth2-TxRx-6
   88:          1          0          0          0          0          0 
         0  867894207          0          0          0          0   
eth2-TxRx-7
   89:          1          0          0          0          0          0 
         0          0  824148554          0          0          0   
eth2-TxRx-8
   90:          1          0          0          0          0          0 
         0          0          0  801975826          0          0   
eth2-TxRx-9
   91:          1          0          0          0          0          0 
         0          0          0          0  742405278          0   
eth2-TxRx-10
   92:          1          0          0          0          0          0 
         0          0          0          0          0  402434225   
eth2-TxRx-11
   93:       3806          0          0          0          0          0 
         0          0          0          0          0          0   eth2

Can you help me? In older version of ixgbe I have almost the same 
interupts on each queue

Thank you for help


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to