mbox series

[v4,0/2] support L2TPv2 for AVF RSS and FDIR

Message ID 20220215082538.1010351-1-jie1x.wang@intel.com (mailing list archive)
Headers
Series support L2TPv2 for AVF RSS and FDIR |

Message

Jie Wang Feb. 15, 2022, 8:25 a.m. UTC
  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(-)
  

Comments

Qi Zhang Feb. 15, 2022, 8:28 a.m. UTC | #1
> -----Original Message-----
> From: Wang, Jie1X <jie1x.wang@intel.com>
> Sent: Tuesday, February 15, 2022 4:26 PM
> To: dev@dpdk.org
> Cc: Yang, SteveX <stevex.yang@intel.com>; Wu, Jingjing
> <jingjing.wu@intel.com>; Xing, Beilei <beilei.xing@intel.com>; Zhang, Qi Z
> <qi.z.zhang@intel.com>; Wang, Jie1X <jie1x.wang@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