> -----Original Message-----
> From: Guo, Junfeng <[email protected]>
> Sent: Wednesday, July 8, 2020 12:26 PM
> To: Zhang, Qi Z <[email protected]>; Ye, Xiaolong
> <[email protected]>; Xing, Beilei <[email protected]>
> Cc: [email protected]; Guo, Jia <[email protected]>; Guo, Junfeng
> <[email protected]>; Su, Simei <[email protected]>
> Subject: [PATCH v4 0/2] add FD support for GTPU with outer IP on PF and VF
>
> 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
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi