net/iavf: enable 5 tuple RSS hash
authorJeff Guo <jia.guo@intel.com>
Tue, 7 Jul 2020 05:14:05 +0000 (13:14 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 7 Jul 2020 21:38:28 +0000 (23:38 +0200)
commitdbb4ac5607aa6e083494d65f522a63f12e91f9bf
tree1a26cfc0566ca1f4d49ae7fcac44a5378ea1e8d5
parent215a247b5f33a8bf744d52a4ab42e3a0832f68c9
net/iavf: enable 5 tuple RSS hash

Previous iavf not support 5 tuple hash, this patch aims to enable it
for regular ip pattern and also GTPU inner ip pattern, the 5 tuple
involves ip src and ip dst, tcp sport and tcp dport, udp sport and
udp dport and protocol id.

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