[dpdk-dev] [PATCH 0/4] rework for ice generic flow framework and switch filter

Ying Wang ying.a.wang at intel.com
Wed Sep 4 00:15:18 CEST 2019


patch 1/4 adds devargs to control pipeline mode
patch 2/4 rework for ice generic flow framework
patch 3/4 add rte_flow pattern list
patch 4/4 rework switch filter on new framework

This patchset depend on the following patches on patchwork:
(1) http://patches.dpdk.org/patch/58445/
    [v3] net/ice: support device-specific DDP package loading
(2) http://patches.dpdk.org/patch/58102/
    [v4,1/2] ethdev: add GTP extension header to flow API
(3) http://patches.dpdk.org/patch/58103/
    [v4,2/2] ethdev: add PPPoE to flow API

Qiming Yang (1):
  net/ice: add devargs to control pipeline mode

Ying Wang (2):
  net/ice: rework for generic flow enabling
  net/ice: add pattern manifest

wei zhao (1):
  net/ice: rework switch filter

 doc/guides/nics/ice.rst             |   11 +
 drivers/net/ice/ice_ethdev.c        |   38 +-
 drivers/net/ice/ice_ethdev.h        |   16 +-
 drivers/net/ice/ice_generic_flow.c  | 2055 +++++++++++++++++++++++++++--------
 drivers/net/ice/ice_generic_flow.h  |  938 ++++++----------
 drivers/net/ice/ice_switch_filter.c | 1025 ++++++++++++++---
 drivers/net/ice/ice_switch_filter.h |   24 -
 7 files changed, 2920 insertions(+), 1187 deletions(-)
 delete mode 100644 drivers/net/ice/ice_switch_filter.h

-- 
2.15.1



More information about the dev mailing list