Re: [dpdk-dev] [PATCH v2 03/13] net/mlx5: fix RSS flow action bounds check

2018-04-04 Thread Nélio Laranjeiro
On Wed, Apr 04, 2018 at 04:57:50PM +0200, Adrien Mazarguil wrote: > The number of queues provided by the application is not checked against > parser's supported maximum. > > Fixes: 3d821d6fea40 ("net/mlx5: support RSS action flow rule") > Cc: sta...@dpdk.org > Cc: Nelio Laranjeiro > > Signed-off

[dpdk-dev] [PATCH v2 03/13] net/mlx5: fix RSS flow action bounds check

2018-04-04 Thread Adrien Mazarguil
The number of queues provided by the application is not checked against parser's supported maximum. Fixes: 3d821d6fea40 ("net/mlx5: support RSS action flow rule") Cc: sta...@dpdk.org Cc: Nelio Laranjeiro Signed-off-by: Adrien Mazarguil --- drivers/net/mlx5/mlx5_flow.c | 9 + 1 file cha