[dpdk-dev] [PATCH 0/3] ixgbe: Add L2 Ethertype, SYN and Five tuple queue filters

2014-06-04 Thread Vladimir Medvedkin
Hi Thomas, Sorry for late reply, I'm on vacation now. 1. I'm not shure about other NICs but Intel. API for Intel NICs is generic enough, even more generic than Jingjing's API because of pool logic. Besides I think it's more properly make rx_queue as part of filter struct for Jingjing's etype and

[dpdk-dev] [PATCH 0/3] ixgbe: Add L2 Ethertype, SYN and Five tuple queue filters

2014-05-28 Thread Thomas Monjalon
Hi Vladimir, Seems like hardware filtering becomes useful these days :) 2014-05-19 19:51, Vladimir Medvedkin: > This patchset adds in addition to the Flow Director filters L2 Ethertype, > SYN and Five tuple queue filters to route packets according to ethertype, > l4 proto, source/destination

[dpdk-dev] [PATCH 0/3] ixgbe: Add L2 Ethertype, SYN and Five tuple queue filters

2014-05-19 Thread Vladimir Medvedkin
This patchset adds in addition to the Flow Director filters L2 Ethertype, SYN and Five tuple queue filters to route packets according to ethertype, l4 proto, source/destination ip/ports pool and presence of SYN flag in TCP packet. Unlike http://dpdk.org/ml/archives/dev/2014-May/002512.html this