Re: [dpdk-dev] [PATCH] net/mlx5: fix Rss level validation

2018-06-20 Thread NĂ©lio Laranjeiro
On Wed, Jun 20, 2018 at 05:34:23AM +, Shahaf Shuler wrote: > Adding the maintainers, > > Tuesday, June 19, 2018 4:09 PM, Raslan Darawsheh: > >Subject: [PATCH] net/mlx5: fix Rss level validation > > Rss -> RSS > > > > >When setting the level in rss action it's checking for the value stored i

Re: [dpdk-dev] [PATCH] net/mlx5: fix Rss level validation

2018-06-19 Thread Shahaf Shuler
Adding the maintainers, Tuesday, June 19, 2018 4:09 PM, Raslan Darawsheh: >Subject: [PATCH] net/mlx5: fix Rss level validation Rss -> RSS > >When setting the level in rss action it's checking for the value stored in the >parser which is set to 0 by default. > >this change the check to be for th

[dpdk-dev] [PATCH] net/mlx5: fix Rss level validation

2018-06-19 Thread Raslan Darawsheh
When setting the level in rss action it's checking for the value stored in the parser which is set to 0 by default. this change the check to be for the requested action insted. Fixes: d4a40518 ("net/mlx5: support tunnel RSS level") Cc: sta...@dpdk.org Signed-off-by: Raslan Darawsheh --- driver

[dpdk-dev] [PATCH] net/mlx5: fix Rss level validation

2018-06-19 Thread Raslan Darawsheh
When setting the level in rss action it's checking for the value stored in the parser which is set to 0 by default. this change the check to be for the requested action insted. Fixes: d4a40518 ("net/mlx5: support tunnel RSS level") Cc: sta...@dpdk.org Signed-off-by: Raslan Darawsheh --- driver