> -----Original Message-----
> From: Liu, Lingyu <[email protected]>
> Sent: Tuesday, July 6, 2021 3:43 PM
> To: [email protected]; Zhang, Qi Z <[email protected]>; Xing, Beilei
> <[email protected]>; Wu, Jingjing <[email protected]>
> Cc: Guo, Junfeng <[email protected]>; Liu, Lingyu <[email protected]>
> Subject: [PATCH v2 0/3] Support outer layer FDIR for GTPoGRE packet
>
> Add support for outer most L3 layer FDIR for GTPoGRE packet. GTPU TEID FDIR
> is supported for GTPoGRE flow pattern without inner L3,L4 fields. GTPU
> enhance header is supported.
>
> Lingyu Liu (3):
> net/iavf: add flow pattern for GTPoGRE
> net/iavf: add AVF FDIR for GTPoGRE tunnel packet
> doc: release note for GTPoGRE FDIR
> ---
> V2 change:
> - refine release note
>
> doc/guides/rel_notes/release_21_08.rst | 3 +-
> drivers/net/iavf/iavf_fdir.c | 8 +++
> drivers/net/iavf/iavf_generic_flow.c | 84 ++++++++++++++++++++++++++
> drivers/net/iavf/iavf_generic_flow.h | 8 +++
> 4 files changed, 102 insertions(+), 1 deletion(-)
>
> --
> 2.25.1
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi