net/mlx4: fix default in RSS converter
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Mon, 21 May 2018 15:50:09 +0000 (17:50 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 22 May 2018 22:35:01 +0000 (00:35 +0200)
commit27bdbbef1a5215b768186be5a59a09c3d0517de0
tree76ad1f3dcc9bb027108a878a1db719f69e8af36c
parent853b2a68e42eab058c72da588e58d92abbadc58d
net/mlx4: fix default in RSS converter

Below commit documents 0 as a value standing for a default set of RSS hash
types, however the mlx4 PMD doesn't interpret it correctly and still uses
its own internal special value for that (-1).

Also, its function prototype was not updated.

Fixes: ac8d22de2394 ("ethdev: flatten RSS configuration in flow API")
Fixes: 1d173da83ef2 ("net/mlx4: fix default RSS hash fields")
Cc: stable@dpdk.org
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
drivers/net/mlx4/mlx4_flow.c
drivers/net/mlx4/mlx4_flow.h