mbox

[v6,0/3] support AVF RSS and FDIR for GTPoGRE packet

Message ID 20210621142320.76143-1-lingyu.liu@intel.com (mailing list archive)
Headers

Message

Liu, Lingyu June 21, 2021, 2:23 p.m. UTC
  Support AVF RSS and FDIR for GTPoGRE packet.

Lingyu Liu (3):
  net/iavf: support flow pattern for GTPoGRE
  net/iavf: support AVF FDIR for GTPoGRE tunnel packet
  net/iavf: support AVF RSS for GTPoGRE packet
---
  V6 change:
  - rebase and remove GRE pattern parse in FDIR
  V5 change:
  - refine protocol header for two tunnels case
  - move IPV6 patterns to the IPV6 block in pattern list
  V4 change:
  - add RTE_FLOW_ITEM_TYPE_GRE in hash parse pattern function
  V3 change:
  - add GTPU extension header pattern

 drivers/net/iavf/iavf_fdir.c         |  48 +++
 drivers/net/iavf/iavf_generic_flow.c | 600 +++++++++++++++++++++++++++
 drivers/net/iavf/iavf_generic_flow.h |  80 ++++
 drivers/net/iavf/iavf_hash.c         | 142 +++++--
 4 files changed, 846 insertions(+), 24 deletions(-)