Hi
> -----Original Message----- > From: Zhou, YidingX <[email protected]> > Sent: Thursday, September 29, 2022 9:58 AM > To: Zhang, Peng1X <[email protected]>; lihuisong (C) > <[email protected]>; [email protected]; [email protected] > Cc: Singh, Aman Deep <[email protected]>; Zhang, Yuying > <[email protected]> > Subject: RE: [PATCH v3] app/testpmd: fix incorrect queues state of secondary > process > > > > > Primary process could set up queues state correctly when starting > > > > port, while secondary process not. 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: 3c4426db54fc ("app/testpmd: do not poll stopped queues") > > > > Cc: [email protected] > > > > > > > > Signed-off-by: Peng Zhang <[email protected]>

