Ethernet Products
Determine ramifications of Intel® Ethernet products and technologies
4864 Discussions

Remove Queue from RSS on 82599ES ixgbe 4.3.13

GG_Ba
Beginner
1,845 Views

I used the script that comes with the ixgbe driver to pair the NIC queues with corresponding cores (set_irq_affinity). I have also enabled flow director (ethtool -K p1p1 ntuple on) and I added a rule for a specific set of UDP packets. I can see from monitoring /proc/interrupts that the rule is working. The problem arises when I want to prevent packets which do not match my filter from arriving on the same queue. I cannot find anyway (such as ethtool -X p1p1 weight which is not supported by ixgbe) to prevent packets which are not in my filter from arriving on the queue. Is there an Intel NIC specific way to accomplish this?

0 Kudos
2 Replies
idata
Employee
657 Views

HI BPhillip,

 

 

Thank you for the post. Let me check if there is any way to to filter the packets, I will update you once there is any finding.

 

 

rgds,

 

wb

 

0 Kudos
idata
Employee
657 Views

Hi BPhilip,

 

 

Please refer to Table 1-9 in the datasheet , there are multiple filters available on the

 

device in which you can check:

 

http://www.intel.com/content/dam/www/public/us/en/documents/datasheets/82599-10-gbe-controller-datasheet.pdf

 

 

Hope the above helps.

 

 

rgds

 

wb

 

0 Kudos
Reply