net/ice: correct key length and queues check for RSS
authorSimei Su <simei.su@intel.com>
Wed, 30 Oct 2019 02:52:25 +0000 (10:52 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 8 Nov 2019 22:15:04 +0000 (23:15 +0100)
commit16e255c4b9daff83ee1e7993107539af2e05da44
tree6179e4f06f9f7891bd2da218cd4c577bd75fb396
parentfe33a6a65fa4ecb94c0417c35a50247cdcfda7c0
net/ice: correct key length and queues check for RSS

This patch corrects key_len and queues check. The key_len and queues
are not supported to configure for RSS in rte_flow.

Fixes: 5ad3db8d4bdd ("net/ice: enable advanced RSS")

Signed-off-by: Simei Su <simei.su@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
drivers/net/ice/ice_hash.c