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

2020-09-22 Thread Phil Yang
dev On Behalf Of Lijun Ou writes: > >> Subject: [dpdk-dev] [PATCH v3] app/testpmd: fix the default RSS key > >> configuration > > > > Hi Lijun, > > > > Please fix the coding style issues. > > > > "Must be a reply to the first patch

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

2020-09-22 Thread oulijun
] [PATCH v3] app/testpmd: fix the default RSS key configuration Hi Lijun, Please fix the coding style issues. "Must be a reply to the first patch (--in-reply-to)." When a user runs a flow create cmd to configure an RSS rule with specifying the empty rss actions in testpmd,

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

2020-09-22 Thread Phil Yang
> -Original Message- > From: dev On Behalf Of Lijun Ou > Sent: Thursday, September 10, 2020 9:51 AM > 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 v3] app/testpmd: fix the default RSS key configuration

2020-09-09 Thread Lijun Ou
When a user runs a flow create cmd to configure an RSS rule with specifying the empty rss actions in testpmd, this mean that the flow gets the default RSS functions from the valid NIC default RSS hash key. However, the testpmd is not set the default RSS key incorrectly when RSS key is not specified