[dpdk-dev] [PATCH v4 0/2] add FD support for GTPU with outer IP on PF and VF

Junfeng Guo junfeng.guo at intel.com
Wed Jul 8 06:26:11 CEST 2020


Add FDir support for MAC_IPV6_GTPU type with outer IP address, teid
and qfi fields matching for both VF and PF. Note that outer IP
matching fields here includes both SRC & DST of both IPv4 & IPv6.:

[PATCH v4 1/2] add FD support for GTPU with outer IP on PF
[PATCH v4 2/2] add FD support for GTPU with outer IP on VF

v4:
* Code rebase.

v3:
* Code rebase.

v2:
* Fix minor cover letter commit log issue.

Junfeng Guo (2):
  net/ice: add FD support for GTPU with outer IPv4 and IPv6
  net/iavf: add FD support for GTPU with outer IPv4 and IPv6

 drivers/net/iavf/iavf_fdir.c         | 18 +++++++---
 drivers/net/iavf/iavf_generic_flow.c | 22 +++++++++++-
 drivers/net/iavf/iavf_generic_flow.h | 12 +++++--
 drivers/net/ice/ice_fdir_filter.c    | 53 ++++++++++++++++++++++++----
 drivers/net/ice/ice_generic_flow.c   | 33 ++++++++++++++---
 drivers/net/ice/ice_generic_flow.h   | 12 +++++--
 6 files changed, 130 insertions(+), 20 deletions(-)

-- 
2.25.1



More information about the dev mailing list