Hi, > -----Original Message----- > From: dev <[email protected]> On Behalf Of Dekel Peled > Sent: Wednesday, November 18, 2020 11:24 AM > To: Slava Ovsiienko <[email protected]>; Shahaf Shuler > <[email protected]>; Matan Azrad <[email protected]> > Cc: [email protected] > Subject: [dpdk-dev] [PATCH] net/mlx5: fix RSS queue types validation > > Recent patch fixed the RSS action validation, making sure hairpin queues > and standard queues are not used together in the same RSS action. > The variable used for comparison was declared and initialized within the > check loop, making the queue type comparison wrong. > > This patch moves the variable declaration to the start of the function, > outside of the check loop. > > Fixes: cb8a079aee5d ("net/mlx5: fix validate RSS queues types") > > Signed-off-by: Dekel Peled <[email protected]> > Acked-by: Ori Kam <[email protected]> > Acked-by: Jack Min <[email protected]> > ---
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

