> -----Original Message-----
> From: Wang, Jie1X <jie1x.w...@intel.com>
> Sent: Tuesday, February 15, 2022 4:26 PM
> To: dev@dpdk.org
> Cc: Yang, SteveX <stevex.y...@intel.com>; Wu, Jingjing
> <jingjing...@intel.com>; Xing, Beilei <beilei.x...@intel.com>; Zhang, Qi Z
> <qi.z.zh...@intel.com>; Wang, Jie1X <jie1x.w...@intel.com>
> Subject: [PATCH v4 0/2] support L2TPv2 for AVF RSS and FDIR
>
> Support L2TPv2(include PPP over L2tpv2) for AVF RSS and FDIR based on outer
> MAC src/dst address and L2TPv2 session ID.
>
> Support PPPoL2TPv2oUDP for AVF FDIR based on inner IP src/dst address and
> TCP/UDP src/dst port.
>
> ---
> v4: rebase main branch.
> v3: update commit log and release notes.
> v2: upadte release notes.
>
> Jie Wang (2):
> net/iavf: support L2TPv2 for AVF RSS
> net/iavf: support L2TPv2 for AVF FDIR
>
> doc/guides/rel_notes/release_22_03.rst | 9 ++
> drivers/net/iavf/iavf.h | 2 +
> drivers/net/iavf/iavf_fdir.c | 169 +++++++++++++++++++++----
> drivers/net/iavf/iavf_generic_flow.c | 34 +++++
> drivers/net/iavf/iavf_generic_flow.h | 10 ++
> drivers/net/iavf/iavf_hash.c | 81 +++++++++++-
> 6 files changed, 273 insertions(+), 32 deletions(-)
>
> --
> 2.25.1
Applied to dpdk-next-net-intel.
Thanks
Qi