Re: [dpdk-dev] [PATCH] app/testpmd: fix RSS key

2021-01-21 Thread Zhang, AlvinX
Hi Ferruh, Thanks for your review. I will modify the patch in V2. Alvin > -Original Message- > From: Ferruh Yigit > Sent: Wednesday, January 20, 2021 3:15 AM > To: Zhang, AlvinX > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [PATCH] app/testpmd: fix RSS key > > On 1/18/2021 8:59 A

Re: [dpdk-dev] [PATCH] app/testpmd: fix RSS key

2021-01-19 Thread Ferruh Yigit
On 1/18/2021 8:59 AM, Zhang,Alvin wrote: From: Alvin Zhang Since the patch '1848b117' has set the value of key in 'struct rte_flow_action_rss' to NULL, the PMD cannot get the RSS key now. This patch sets offset and size of the key pointer as the first parameter of the token 'key' and copies th

[dpdk-dev] [PATCH] app/testpmd: fix RSS key

2021-01-18 Thread Zhang,Alvin
From: Alvin Zhang Since the patch '1848b117' has set the value of key in 'struct rte_flow_action_rss' to NULL, the PMD cannot get the RSS key now. This patch sets offset and size of the key pointer as the first parameter of the token 'key' and copies the start address of the 'HEX' data to the lo

[dpdk-dev] [PATCH] app/testpmd: fix RSS key

2020-12-29 Thread Zhang,Alvin
From: Alvin Zhang Since the patch '1848b117' has set the value of key in 'struct rte_flow_action_rss' to NULL, the PMD cannot get the RSS key now. This patch sets offset and size of the key pointer as the first parameter of the token 'key' and copies the start address of the 'HEX' data to the lo