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

2018-08-01 Thread Adrien Mazarguil
On Wed, Aug 01, 2018 at 04:40:07PM +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

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

2018-08-01 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