[dpdk-dev] [PATCH v5 2/3] net/iavf: support PPPoL2TPv2oUDP RSS Hash

Xing, Beilei beilei.xing at intel.com
Wed Oct 20 03:57:20 CEST 2021



> -----Original Message-----
> From: Wang, Jie1X <jie1x.wang at intel.com>
> Sent: Tuesday, October 19, 2021 11:08 AM
> To: dev at dpdk.org
> Cc: orika at nvidia.com; Yigit, Ferruh <ferruh.yigit at intel.com>;
> thomas at monjalon.net; andrew.rybchenko at oktetlabs.ru; Li, Xiaoyun
> <xiaoyun.li at intel.com>; Yang, SteveX <stevex.yang at intel.com>; Wu, Jingjing
> <jingjing.wu at intel.com>; Xing, Beilei <beilei.xing at intel.com>; Wu, Wenjun1
> <wenjun1.wu at intel.com>; Zhang, Qi Z <qi.z.zhang at intel.com>; Wang, Jie1X
> <jie1x.wang at intel.com>
> Subject: [PATCH v5 2/3] net/iavf: support PPPoL2TPv2oUDP RSS Hash
> 
> Add support for PPP over L2TPv2 over UDP protocol RSS Hash based on inner
> IP src/dst address and TCP/UDP src/dst port.
> 
> Patterns are listed below:
> eth/ipv4(6)/udp/l2tpv2/ppp/ipv4(6)
> eth/ipv4(6)/udp/l2tpv2/ppp/ipv4(6)/udp
> eth/ipv4(6)/udp/l2tpv2/ppp/ipv4(6)/tcp
> 
> Signed-off-by: Wenjun Wu <wenjun1.wu at intel.com>
> Signed-off-by: Jie Wang <jie1x.wang at intel.com>
> ---
>  drivers/net/iavf/iavf_generic_flow.c | 131 +++++++++++++++++++++++++++
> drivers/net/iavf/iavf_generic_flow.h |  15 +++
>  drivers/net/iavf/iavf_hash.c         | 108 +++++++++++++++++++++-
>  3 files changed, 252 insertions(+), 2 deletions(-)
> 

Please also update the release notes.


More information about the dev mailing list