[dpdk-dev] [PATCH v2 0/4] support AVF RSS and FDIR for GRE tunnel packet

Wenjun Wu wenjun1.wu at intel.com
Wed Jun 2 04:24:38 CEST 2021


[PATCH v2 1/4] net/iavf: support flow pattern for GRE
[PATCH v2 2/4] common/iavf: add header types for GRE
[PATCH v2 3/4] net/iavf: support AVF RSS for GRE tunnel packet
[PATCH v2 4/4] net/iavf: support AVF FDIR for GRE tunnel packet

v2:
* Delete the share code patch, because it is not necessary for this
  patch set.
* Delete the definition of ETH_RSS_GRE and related dependencies,
  because GRE header is not needed for hash input set.

Wenjun Wu (4):
  net/iavf: support flow pattern for GRE
  common/iavf: add header types for GRE
  net/iavf: support AVF RSS for GRE tunnel packet
  net/iavf: support AVF FDIR for GRE tunnel packet

 drivers/common/iavf/virtchnl.h       |   1 +
 drivers/net/iavf/iavf_fdir.c         |  55 ++++++++++++++
 drivers/net/iavf/iavf_generic_flow.c | 105 +++++++++++++++++++++++++++
 drivers/net/iavf/iavf_generic_flow.h |  14 ++++
 drivers/net/iavf/iavf_hash.c         |  27 +++++--
 5 files changed, 197 insertions(+), 5 deletions(-)

-- 
2.25.1



More information about the dev mailing list