Re: [dpdk-dev] [PATCH] net/mlx5: fix RSS queue types validation

2020-11-20 Thread Ferruh Yigit
On 11/18/2020 3:34 PM, Raslan Darawsheh wrote: Hi, -Original Message- From: dev On Behalf Of Dekel Peled Sent: Wednesday, November 18, 2020 11:24 AM To: Slava Ovsiienko ; Shahaf Shuler ; Matan Azrad Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH] net/mlx5: fix RSS queue types validation

Re: [dpdk-dev] [PATCH] net/mlx5: fix RSS queue types validation

2020-11-18 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Dekel Peled > Sent: Wednesday, November 18, 2020 11:24 AM > To: Slava Ovsiienko ; Shahaf Shuler > ; Matan Azrad > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix RSS queue types validation > >

[dpdk-dev] [PATCH] net/mlx5: fix RSS queue types validation

2020-11-18 Thread Dekel Peled
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 decl