Re: [dpdk-dev] [PATCH v1] net/iavf: fix hash default set

2020-08-05 Thread Thomas Monjalon
04/08/2020 06:36, Zhang, Qi Z: > From: Guo, Jia > > > > Different device has different hash capability, it should not be expected > > that all > > hash set would be successful to set into all devices by default. So remove > > the > > return checking when hash default set. And remove gtpu hash d

Re: [dpdk-dev] [PATCH v1] net/iavf: fix hash default set

2020-08-04 Thread Xie, WeiX
o, Jia Subject: [dpdk-dev] [PATCH v1] net/iavf: fix hash default set Different device has different hash capability, it should not be expected that all hash set would be successful to set into all devices by default. So remove the return checking when hash default set. And remove gtpu hash defau

Re: [dpdk-dev] [PATCH v1] net/iavf: fix hash default set

2020-08-03 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Jia > Sent: Tuesday, August 4, 2020 10:59 AM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Guo, Junfeng ; Su, Simei > ; Guo, Jia > Subject: [PATCH v1] net/iavf: fix hash default set > > Different device has different hash capa

[dpdk-dev] [PATCH v1] net/iavf: fix hash default set

2020-08-03 Thread Jeff Guo
Different device has different hash capability, it should not be expected that all hash set would be successful to set into all devices by default. So remove the return checking when hash default set. And remove gtpu hash default set, iavf only enable hash for general protocols. Fixes: c94366cfc64