Re: [dpdk-dev] [PATCH v2] net/mlx5: fix RSS flow configuration crash

2018-08-02 Thread Shahaf Shuler
Thursday, August 2, 2018 2:19 PM, Adrien Mazarguil: > Subject: Re: [PATCH v2] net/mlx5: fix RSS flow configuration crash > > On Thu, Aug 02, 2018 at 11:41:07AM +0300, Moti Haimovsky wrote: > > This commit fixes a segmentation fault observed when configuring > > mlx5 with RSS flow rule containing i

Re: [dpdk-dev] [PATCH v2] net/mlx5: fix RSS flow configuration crash

2018-08-02 Thread Adrien Mazarguil
On Thu, Aug 02, 2018 at 11:41:07AM +0300, Moti Haimovsky wrote: > This commit fixes a segmentation fault observed when configuring > mlx5 with RSS flow rule containing invalid queues indices such as > negative numbers, queue numbers bigger than the number Rx queues the > PMD or has no queues at all

Re: [dpdk-dev] [PATCH v2] net/mlx5: fix RSS flow configuration crash

2018-08-02 Thread Shahaf Shuler
Thursday, August 2, 2018 11:41 AM, Mordechay Haimovsky: > Subject: [PATCH v2] net/mlx5: fix RSS flow configuration crash > > This commit fixes a segmentation fault observed when configuring > mlx5 with RSS flow rule containing invalid queues indices such as negative > numbers, queue numbers bigger

[dpdk-dev] [PATCH v2] net/mlx5: fix RSS flow configuration crash

2018-08-02 Thread Moti Haimovsky
This commit fixes a segmentation fault observed when configuring mlx5 with RSS flow rule containing invalid queues indices such as negative numbers, queue numbers bigger than the number Rx queues the PMD or has no queues at all. Fixes: 592f05b29a25 ("net/mlx5: add RSS flow action") Cc: nelio.laran