net/iavf: fix input set for RSS hash
authorJeff Guo <jia.guo@intel.com>
Sat, 9 May 2020 19:29:34 +0000 (15:29 -0400)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 11 May 2020 20:27:39 +0000 (22:27 +0200)
commitbd8cf9c0b090d69561ac6ec044bd02a894496748
treee0fb90f1bdea80560682e7d038e40c7ef0fbc38c
parent7e2c3f1436853294716d21d641b54765f4e480a2
net/iavf: fix input set for RSS hash

Since some specific RSS hash type need to combine with the protocol
hash type when configure a RSS hash rule, so add the corresponding
input set to support these case for iavf hash.

Fixes: 7be10c3004be ("net/iavf: add RSS configuration for VF")

Signed-off-by: Jeff Guo <jia.guo@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/iavf/iavf_hash.c