DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/4][PMD][GENERIC_FILTER] ***NIC filters support of generic feature***
@ 2014-05-20  3:53 Jingjing Wu
  2014-05-20  3:53 ` [dpdk-dev] [PATCH 1/4][PMD][GENERIC_FILTER]add ethdev APIs for NIC filters of generic filter feature Jingjing Wu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jingjing Wu @ 2014-05-20  3:53 UTC (permalink / raw)
  To: dev

A generic filter mechanism for handling special packet is required.
It will allow filters to be set in HW when available so that specific
packet may be filtered by NICs to specific descriptor queues for
processing. Currently only Flow Director for Intel's 10GbE 82599
devices is available. Other types of filter are not supported.

NIC filters list below are implemented in patches:
ethertype filter, syn filter, 2tuple filter and flex filter for 82580 and i350
ethertype filter, syn filter and 5tuple filter for 82599

jingjing.wu (4):
  add ethdev APIs for NIC filters of generic filter feature
  add igb NIC filters of generic filter feature
  add ixgbe NIC filters of generic filter feature
  add commands in testpmd for NIC filters

 app/test-pmd/cmdline.c              | 905 +++++++++++++++++++++++++++++++++++-
 app/test-pmd/config.c               | 143 ++++++
 app/test-pmd/testpmd.h              |   6 +
 lib/librte_ether/rte_ethdev.c       | 300 ++++++++++++
 lib/librte_ether/rte_ethdev.h       | 428 ++++++++++++++++-
 lib/librte_pmd_e1000/e1000_ethdev.h |  38 ++
 lib/librte_pmd_e1000/igb_ethdev.c   | 512 ++++++++++++++++++++
 lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 365 +++++++++++++++
 lib/librte_pmd_ixgbe/ixgbe_ethdev.h |  33 ++
 9 files changed, 2728 insertions(+), 2 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-20  4:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-20  3:53 [dpdk-dev] [PATCH 0/4][PMD][GENERIC_FILTER] ***NIC filters support of generic feature*** Jingjing Wu
2014-05-20  3:53 ` [dpdk-dev] [PATCH 1/4][PMD][GENERIC_FILTER]add ethdev APIs for NIC filters of generic filter feature Jingjing Wu
2014-05-20  3:53 ` [dpdk-dev] [PATCH 2/4][PMD][GENERIC_FILTER]add igb " Jingjing Wu
2014-05-20  3:53 ` [dpdk-dev] [PATCH 3/4][PMD][GENERIC_FILTER]add ixgbe " Jingjing Wu
2014-05-20  3:53 ` [dpdk-dev] [PATCH 4/4][PMD][GENERIC_FILTER] add commands in testpmd for NIC filters Jingjing Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).