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

2018-08-01 Thread Adrien Mazarguil
On Wed, Aug 01, 2018 at 01:43:38PM +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 or numbers bigger than the number Rx queues the PMD > is configured with. > > Fi

[dpdk-dev] [PATCH] 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 or numbers bigger than the number Rx queues the PMD is configured with. Fixes: 592f05b29a25 ("net/mlx5: add RSS flow action") Cc: nelio.laranje...@6wi