Hi
> -----Original Message----- > From: Zhou, YidingX <yidingx.z...@intel.com> > Sent: Thursday, September 29, 2022 9:58 AM > To: Zhang, Peng1X <peng1x.zh...@intel.com>; lihuisong (C) > <lihuis...@huawei.com>; dev@dpdk.org; andrew.rybche...@oktetlabs.ru > Cc: Singh, Aman Deep <aman.deep.si...@intel.com>; Zhang, Yuying > <yuying.zh...@intel.com> > 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: sta...@dpdk.org > > > > > > > > Signed-off-by: Peng Zhang <peng1x.zh...@intel.com>