[PATCH v2] app/testpmd: fix incorrect queues state of secondary process

2022-08-18 Thread peng1x . zhang
From: Peng Zhang Primary process could set up queues state correctly when starting port, but under multi-process scenario, "stream_init" function would get wrong queues state for secondary process. This commit is to get queues state from ethdev which is located in shared memory. Fixes: 3c4426db

[PATCH v2] app/testpmd: fix incorrect queues state of secondary process

2022-08-18 Thread peng1x . zhang
From: Peng Zhang Primary process could set up queues state correctly when starting port, but under multi-process scenario, "stream_init" function would get wrong queues state for secondary process. This commit is to get queues state from ethdev which is located in shared memory. Fixes: 3c4426db

Re: [PATCH v2] app/testpmd: fix incorrect queues state of secondary process

2022-08-24 Thread Singh, Aman Deep
Hi Peng, On 8/19/2022 3:39 PM, peng1x.zh...@intel.com wrote: From: Peng Zhang Primary process could set up queues state correctly when starting port, but under multi-process scenario, "stream_init" function would get wrong queues state for secondary process. This commit is to get queues state

RE: [PATCH v2] app/testpmd: fix incorrect queues state of secondary process

2022-08-26 Thread Zhang, Peng1X
age- > From: Singh, Aman Deep > Sent: Thursday, August 25, 2022 2:22 AM > To: Zhang, Peng1X ; dev@dpdk.org > Cc: Zhang, Yuying ; sta...@dpdk.org > Subject: Re: [PATCH v2] app/testpmd: fix incorrect queues state of secondary > process > > Hi Peng, > > On 8/19/2022 3:39