[dpdk-dev] [PATCH 2/2] mlx5: fix handling of NULL RSS key

2016-03-18 Thread Adrien Mazarguil
On Fri, Mar 18, 2016 at 01:54:43PM +0100, Nelio Laranjeiro wrote: > Update function can be called with no key to enable or disable a RSS > protocol, or with a key to be applied to the desired protocols. > > Fixes: 2f97422e7759 ("mlx5: support RSS hash update and get") > > Signed-off-by: Nelio

[dpdk-dev] [PATCH 2/2] mlx5: fix handling of NULL RSS key

2016-03-18 Thread Nelio Laranjeiro
Update function can be called with no key to enable or disable a RSS protocol, or with a key to be applied to the desired protocols. Fixes: 2f97422e7759 ("mlx5: support RSS hash update and get") Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_rss.c | 6 -- 1 file changed, 6