Re: [dpdk-dev] [PATCH v4] app/testpmd: fix the default RSS key configuration

2020-10-09 Thread Ferruh Yigit
On 10/9/2020 7:27 PM, Ferruh Yigit wrote: On 10/9/2020 12:55 PM, oulijun wrote: 在 2020/9/30 20:57, Ferruh Yigit 写道: On 9/24/2020 2:45 PM, Lijun Ou wrote: It use the NIC valid default RSS key instead of the testpmd dummy RSS key in the flow configuration when the RSS key is not specified in t

Re: [dpdk-dev] [PATCH v4] app/testpmd: fix the default RSS key configuration

2020-10-09 Thread Ferruh Yigit
On 10/9/2020 12:59 PM, oulijun wrote: 在 2020/9/30 21:36, Ferruh Yigit 写道: On 9/24/2020 2:45 PM, Lijun Ou wrote: It use the NIC valid default RSS key instead of the testpmd dummy RSS key in the flow configuration when the RSS key is not specified in the flow rule. If the NIC RSS key is invalid

Re: [dpdk-dev] [PATCH v4] app/testpmd: fix the default RSS key configuration

2020-10-09 Thread Ferruh Yigit
On 10/9/2020 12:55 PM, oulijun wrote: 在 2020/9/30 20:57, Ferruh Yigit 写道: On 9/24/2020 2:45 PM, Lijun Ou wrote: It use the NIC valid default RSS key instead of the testpmd dummy RSS key in the flow configuration when the RSS key is not specified in the flow rule. If the NIC RSS key is invalid

Re: [dpdk-dev] [PATCH v4] app/testpmd: fix the default RSS key configuration

2020-10-09 Thread oulijun
在 2020/9/30 21:36, Ferruh Yigit 写道: On 9/24/2020 2:45 PM, Lijun Ou wrote: It use the NIC valid default RSS key instead of the testpmd dummy RSS key in the flow configuration when the RSS key is not specified in the flow rule. If the NIC RSS key is invalid, it will use testpmd dummy RSS key as

Re: [dpdk-dev] [PATCH v4] app/testpmd: fix the default RSS key configuration

2020-10-09 Thread oulijun
在 2020/9/30 20:57, Ferruh Yigit 写道: On 9/24/2020 2:45 PM, Lijun Ou wrote: It use the NIC valid default RSS key instead of the testpmd dummy RSS key in the flow configuration when the RSS key is not specified in the flow rule. If the NIC RSS key is invalid, it will use testpmd dummy RSS key as

Re: [dpdk-dev] [PATCH v4] app/testpmd: fix the default RSS key configuration

2020-09-30 Thread Ferruh Yigit
On 9/24/2020 2:45 PM, Lijun Ou wrote: It use the NIC valid default RSS key instead of the testpmd dummy RSS key in the flow configuration when the RSS key is not specified in the flow rule. If the NIC RSS key is invalid, it will use testpmd dummy RSS key as the default key. Fixes: ac8d22de2394 (

Re: [dpdk-dev] [PATCH v4] app/testpmd: fix the default RSS key configuration

2020-09-30 Thread Ferruh Yigit
On 9/24/2020 2:45 PM, Lijun Ou wrote: It use the NIC valid default RSS key instead of the testpmd dummy RSS key in the flow configuration when the RSS key is not specified in the flow rule. If the NIC RSS key is invalid, it will use testpmd dummy RSS key as the default key. Can you please descr

Re: [dpdk-dev] [PATCH v4] app/testpmd: fix the default RSS key configuration

2020-09-29 Thread Phil Yang
> -Original Message- > From: dev On Behalf Of Lijun Ou > Sent: Thursday, September 24, 2020 9:45 PM > To: wenzhuo...@intel.com; beilei.x...@intel.com; > adrien.mazarg...@6wind.com; ferruh.yi...@intel.com > Cc: dev@dpdk.org; linux...@huawei.com > Subject: [dpdk-dev] [

[dpdk-dev] [PATCH v4] app/testpmd: fix the default RSS key configuration

2020-09-24 Thread Lijun Ou
It use the NIC valid default RSS key instead of the testpmd dummy RSS key in the flow configuration when the RSS key is not specified in the flow rule. If the NIC RSS key is invalid, it will use testpmd dummy RSS key as the default key. Fixes: ac8d22de2394 ("ethdev: flatten RSS configuration in fl