mbox

[v2,00/13] add switch filter support for intel DCF

Message ID 20200402064620.47668-1-wei.zhao1@intel.com (mailing list archive)
Headers

Message

Zhao1, Wei April 2, 2020, 6:46 a.m. UTC
  A DCF (Device Config Function) framework has been add for intel device,
this patch set add add switch filter support for it, this set also fix
bugs which block this feature.

This patchset is based on:
[1] https://patchwork.dpdk.org/cover/66480/ : add Intel DCF PMD support

Depends-on: series-8859

v2:
-add switch filter support for AH/ESP/PFCP packet
-fix some patch check warning
-add flow redirect on switch patch

Beilei Xing (2):
  net/ice: enable flow redirect on switch
  net/ice: redirect switch rule to new VSI

Wei Zhao (11):
  net/ice: enable switch flow on DCF
  net/ice: support for more PPPoE input set
  net/ice: change swicth parser to support flexible mask
  net/ice: add support for MAC VLAN rule
  net/ice: change default tunnle type
  net/ice: add action number check for swicth
  net/ice: add RTE_FLOW support for ESP/AH/L2TP
  net/ice: add support for PFCP
  net/ice: add support for NAT-T
  net/ice: add support for permit mode
  net/ice: fix input set of VLAN item

 doc/guides/rel_notes/release_20_05.rst |   2 +-
 drivers/net/ice/ice_dcf_ethdev.c       |  10 +-
 drivers/net/ice/ice_dcf_parent.c       |  30 +-
 drivers/net/ice/ice_fdir_filter.c      |   6 +
 drivers/net/ice/ice_generic_flow.c     |  61 +++
 drivers/net/ice/ice_generic_flow.h     |  26 +
 drivers/net/ice/ice_hash.c             |   6 +
 drivers/net/ice/ice_switch_filter.c    | 731 +++++++++++++++++++------
 8 files changed, 685 insertions(+), 187 deletions(-)