From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Medvedkin Subject: [PATCH v2 0/3] ixgbe: Add L2 Ethertype, SYN and Five tuple queue filters Date: Wed, 4 Jun 2014 11:18:39 -0400 Message-ID: <1401895122-7895-1-git-send-email-medvedkinv@gmail.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 gives capability to work with pools. This patch functionality can be merged with the patch above. V2 changes: * Fixing various checkpatch.pl errors Vladimir Medvedkin (3): ixgbe: Add L2 ethertype filter for ixgbe ixgbe: Add syn queue filter for ixgbe ixgbe: Add five tuple filter for ixgbe lib/librte_ether/rte_ethdev.c | 228 ++++++++++++++++++++++++++ lib/librte_ether/rte_ethdev.h | 237 +++++++++++++++++++++++++++ lib/librte_pmd_ixgbe/ixgbe/ixgbe_type.h | 20 +++ lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 273 ++++++++++++++++++++++++++++++++ 4 files changed, 758 insertions(+) -- 1.8.3.2