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

2021-01-22 Thread Ferruh Yigit
On 1/22/2021 5:43 AM, Zhou, JunX W wrote: <...> -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhang,Alvin Sent: Thursday, January 21, 2021 5:42 PM To: Yigit, Ferruh Cc: dev@dpdk.org; Zhang, AlvinX ; sta...@dpdk.org Subject: [dpdk-dev] [PATCH v2] app/t

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

2021-01-21 Thread Zhou, JunX W
Tested-by: Zhou, Jun -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhang,Alvin Sent: Thursday, January 21, 2021 5:42 PM To: Yigit, Ferruh Cc: dev@dpdk.org; Zhang, AlvinX ; sta...@dpdk.org Subject: [dpdk-dev] [PATCH v2] app/testpmd: fix RSS key From: Alvin

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

2021-01-21 Thread Zhang,Alvin
From: Alvin Zhang Since the patch '1848b117' has initialized the variable 'key' in 'struct rte_flow_action_rss' with 'NULL', the PMD cannot get the RSS key now. Details as bellow: testpmd> flow create 0 ingress pattern eth / ipv4 / end actions rss types ipv4-other end key 12345