> -----Original Message-----
> From: Wang, Jie1X <jie1x.w...@intel.com>
> Sent: Tuesday, October 19, 2021 11:08 AM
> To: dev@dpdk.org
> Cc: or...@nvidia.com; Yigit, Ferruh <ferruh.yi...@intel.com>;
> tho...@monjalon.net; andrew.rybche...@oktetlabs.ru; Li, Xiaoyun
> <xiaoyun...@intel.com>; Yang, SteveX <stevex.y...@intel.com>; Wu, Jingjing
> <jingjing...@intel.com>; Xing, Beilei <beilei.x...@intel.com>; Wu, Wenjun1
> <wenjun1...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>; Wang, Jie1X
> <jie1x.w...@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...@intel.com>
> Signed-off-by: Jie Wang <jie1x.w...@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.

Reply via email to