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 v3: -update commit log -update in redirect on switch patch v4: -update as comment 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 support for ESP/AH/L2TP net/ice: add support for PFCP net/ice: add support for IPv6 NAT-T net/ice: add more flow support for permission stage 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 | 24 + drivers/net/ice/ice_hash.c | 6 + drivers/net/ice/ice_switch_filter.c | 730 +++++++++++++++++++------ 8 files changed, 682 insertions(+), 187 deletions(-) -- 2.19.1