net/ice: fix hash parser
authorJeff Guo <jia.guo@intel.com>
Mon, 31 Aug 2020 05:50:45 +0000 (13:50 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 18 Sep 2020 16:55:06 +0000 (18:55 +0200)
commite9662a9bcf446a99eab9daee31d0a0a69f29950a
tree95d686fb0abfcff46588a54928f2199715ea83a2
parent1eba5194e32783f85895d0aa76eefffbb36f7108
net/ice: fix hash parser

GTPU TEID hash should only be enabled when ETH_RSS_GTPU is required.
And the hash parser should not restrict the combined usage of protocol.

Fixes: e7cc68c70736 ("net/ice: fix GTPU TEID hash")
Cc: stable@dpdk.org
Signed-off-by: Jeff Guo <jia.guo@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/ice_hash.c