net/mlx5: fix flow RSS configuration
authorNélio Laranjeiro <nelio.laranjeiro@6wind.com>
Tue, 6 Feb 2018 09:22:15 +0000 (10:22 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 6 Feb 2018 13:35:07 +0000 (14:35 +0100)
commit1f30a22358f1ce5bfb70691faf38fdc9d7467992
tree9b30886b40c5338da05e895a3a1526b81f3a0e54
parentf6242d0655cdc9a97d9a7dbe3880d20eb471570e
net/mlx5: fix flow RSS configuration

An RSS configuration without a key is valid according to the
rte_eth_rss_conf API definition.

Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow")
Cc: stable@dpdk.org
Reported-by: Yuanhan Liu <yliu@fridaylinux.org>
Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
drivers/net/mlx5/mlx5_flow.c