[dpdk-dev] [PATCH v2 00/18] net/ixgbe: Consistent filter API

Wei Zhao wei.zhao1 at intel.com
Fri Dec 30 08:52:52 CET 2016


The patches mainly finish following functions:
1) Store and restore all kinds of filters.
2) Parse all kinds of filters.
3) Add flow validate function.
4) Add flow create function.
5) Add flow destroy function.
6) Add flow flush function.

v2 changes:
 fix git log error.
 Modify some function call relationship.
 Change return value type of all parse flow functions.
 Update error info for all flow ops.
 Add ixgbe_filterlist_flush to flush flows and rules created.


zhao wei (18):
  net/ixgbe: store SYN filter
  net/ixgbe: store flow director filter
  net/ixgbe: store L2 tunnel filter
  net/ixgbe: restore n-tuple filter
  net/ixgbe: restore ether type filter
  net/ixgbe: restore TCP SYN filter
  net/ixgbe: restore flow director filter
  net/ixgbe: restore L2 tunnel filter
  net/ixgbe: store and restore L2 tunnel configuration
  net/ixgbe: flush all the filters
  net/ixgbe: parse n-tuple filter
  net/ixgbe: parse ethertype filter
  net/ixgbe: parse TCP SYN filter
  net/ixgbe: parse L2 tunnel filter
  net/ixgbe: parse flow director filter
  net/ixgbe: create consistent filter
  net/ixgbe: destroy consistent filter
  net/ixgbe: flush all the filter list

 drivers/net/ixgbe/ixgbe_ethdev.c | 3285 ++++++++++++++++++++++++++++++++++++--
 drivers/net/ixgbe/ixgbe_ethdev.h |  136 +-
 drivers/net/ixgbe/ixgbe_fdir.c   |  403 ++++-
 drivers/net/ixgbe/ixgbe_pf.c     |   26 +-
 lib/librte_ether/rte_flow.h      |   55 +
 5 files changed, 3713 insertions(+), 192 deletions(-)

-- 
2.5.5



More information about the dev mailing list