[dpdk-dev] L3/L4 Filters configuration

2013-06-11 Thread Gal Sagie
Hello Thomas, thank you for the answer ,I have some follow up questions, I am trying to understand the filtering mechanism better: 1) the FDIR allows me to direct specific filter to a specific RX queue, what is happening to all the other traffic, is it dropped (or sent to the drop queue defined in

[dpdk-dev] L3/L4 Filters configuration

2013-06-10 Thread Thomas Monjalon
Hello, 09/06/2013 15:29, Gal Sagie : > Is there any chance to see an example of how to configure L3/L4 filters per > port in the NIC ? > also is there any way to control the queue number which a certain RSS > hashing result map to (would love to see an example of that as well) ? You should have a

[dpdk-dev] L3/L4 Filters configuration

2013-06-09 Thread Gal Sagie
Hello all, Reading the poll mode driver section in the programmers manual i came across this line: "Other features such as the L3/L4 5-Tuple packet filtering feature of a port can be configured in the same way" Is there any chance to see an example of how to configure L3/L4 filters per port in t