Re: [dpdk-dev] [PATCH v2] net/ice: fix the hash parser

2020-08-31 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Jia > Sent: Monday, August 31, 2020 1:51 PM > To: Yang, Qiming ; Zhang, Qi Z > > Cc: dev@dpdk.org; Guo, Jia > Subject: [PATCH v2] net/ice: fix the hash parser > > GTPU TEID hash should only be enabled when ETH_RSS_GTPU is required. > And the hash par

[dpdk-dev] [PATCH v2] net/ice: fix the hash parser

2020-08-30 Thread Jeff Guo
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") Signed-off-by: Jeff Guo --- drivers/net/ice/ice_hash.c | 7 +-- 1 file changed, 5 insertions(+), 2