net/iavf: disable simple XOR RSS hash function
authorJunfeng Guo <junfeng.guo@intel.com>
Thu, 23 Jul 2020 11:10:25 +0000 (11:10 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 29 Jul 2020 22:41:23 +0000 (00:41 +0200)
commit90daa647e1926b1cd40ea96050674e87ff31a46d
tree080246280a0b6fa8483e3056f0863fec414d0df9
parentd462a83c65d8b1ab38db68202cf1c74f75ebfbec
net/iavf: disable simple XOR RSS hash function

Function simple_xor for AVF RSS is not required currently, thus we
just return rte_flow error when the command line has item simple_xor.

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