mbox

[v4,0/2] fix DCF function defect

Message ID 20220419160131.484677-1-kevinx.liu@intel.com (mailing list archive)
Headers

Message

Kevin Liu April 19, 2022, 4:01 p.m. UTC
  Some modifications of associated complete common VF
features for DCF.

v4:
Transfer the fix patch from the feature cover-letter to here.

v3:
* remove patch:
        1.net/ice/base: add VXLAN support for switch filter
        2.net/ice: add VXLAN support for switch filter
        3.common/iavf: support flushing rules and reporting DCF id
        4.net/ice/base: fix ethertype filter input set
        5.net/ice/base: support IPv6 GRE UDP pattern
        6.net/ice/base: support new patterns of TCP and UDP
        7.net/ice: support new patterns of TCP and UDP
        8.net/ice/base: support IPv4 GRE tunnel
        9.net/ice: support IPv4 GRE raw pattern type
        10.net/ice/base: update Profile ID table for VXLAN
        11.net/ice/base: update Protocol ID table to match DVM DDP

v2:
* remove patch:
        1.net/iavf: support checking if device is an MDCF instance
        2.net/ice: support MDCF(multi-DCF) instance
        3.net/ice/base: support custom DDP buildin recipe
        4.net/ice: support buildin recipe configuration
        5.net/ice/base: support custom ddp package version
        6.net/ice: disable ACL function for MDCF instance

Alvin Zhang (1):
  net/ice: fix DCF ACL flow engine

Kevin Liu (1):
  net/ice: fix DCF reset

 drivers/net/ice/base/ice_common.c  |  4 +++-
 drivers/net/ice/ice_acl_filter.c   | 20 ++++++++++++++----
 drivers/net/ice/ice_dcf.c          |  2 +-
 drivers/net/ice/ice_dcf_ethdev.c   | 17 ++++++++++++++-
 drivers/net/ice/ice_dcf_parent.c   |  3 +++
 drivers/net/ice/ice_generic_flow.c | 34 +++++++++++++++++++++++-------
 6 files changed, 65 insertions(+), 15 deletions(-)