Hi, > -----Original Message----- > From: Gregory Etelson <getel...@nvidia.com> > Sent: Friday, June 17, 2022 8:23 AM > To: dev@dpdk.org; Gregory Etelson <getel...@nvidia.com> > Cc: Raslan Darawsheh <rasl...@nvidia.com>; sta...@dpdk.org; Matan > Azrad <ma...@nvidia.com>; Slava Ovsiienko <viachesl...@nvidia.com>; > Ferruh Yigit <ferruh.yi...@intel.com>; Dekel Peled <dek...@nvidia.com> > Subject: [PATCH] net/mlx5: fix RSS expansion for patterns with ICMP item > > MLX5 PMD RSS expansion implementation added L4 UDP or TCP > headers after ICMP. > For example: > ETH / IPv4 / ICMP expanded into ETH / IPv4 / ICMP / {UDP | TCP} > ETH / IPv6 / ICMPv6 expanded into ETH / IPv6 / ICMPv6 / {UDP | TCP} > > The patch updates PMD expansion scheme to handle ICMP and ICMPv6 > types > as non-expandable for RSS. > > cc: sta...@dpdk.org > > Fixes: c7870bfe09dc ("ethdev: move RSS expansion code to mlx5 driver") > Signed-off-by: Gregory Etelson <getel...@nvidia.com> > Acked-by: Matan Azrad <ma...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh