Hi, > -----Original Message----- > From: Gregory Etelson <getel...@nvidia.com> > Sent: Thursday, December 23, 2021 3:08 PM > To: dev@dpdk.org > Cc: Gregory Etelson <getel...@nvidia.com>; 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 with explicit next protocol > > The PMD RSS expansion scheme by default compiles flow rules for all > flow item types that may branch out from a stub supplied > by application. > For example, > ETH can lead to VLAN, IPv4 or IPv6. > IPv4 can lead to UDP, TCP, IPv4 or IPv6. > > If application explicitly specified next protocol type, expansion must > use that option only and not create flows with other protocol types. > > The PMD ignored explicit next protocol values in GRE and VXLAN-GPE. > > The patch updates RSS expansion for GRE and VXLAN-GPE with explicit > next protocol settings. > > Fixes: c7870bfe09dc ("ethdev: move RSS expansion code to mlx5 driver") > > Cc: sta...@dpdk.org > > 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