Re: [PATCH] app/testpmd: fix secondary process cannot dump packet

2022-07-06 Thread Andrew Rybchenko
Thanks, Peng -Original Message- From: lihuisong (C) Sent: Monday, July 4, 2022 10:37 AM To: Zhang, Peng1X ; Andrew Rybchenko ; dev@dpdk.org Cc: Singh, Aman Deep ; Zhang, Yuying ; sta...@dpdk.org Subject: Re: [PATCH] app/testpmd: fix secondary process cannot dump packet Hi Peng1X, 在 2

RE: [PATCH] app/testpmd: fix secondary process cannot dump packet

2022-07-05 Thread Zhang, Peng1X
, July 4, 2022 10:37 AM > To: Zhang, Peng1X ; Andrew Rybchenko > ; dev@dpdk.org > Cc: Singh, Aman Deep ; Zhang, Yuying > ; sta...@dpdk.org > Subject: Re: [PATCH] app/testpmd: fix secondary process cannot dump packet > > Hi Peng1X, > > 在 2022/7/1 19:36, Zhang, Peng1X 写道:

Re: [PATCH] app/testpmd: fix secondary process cannot dump packet

2022-07-03 Thread Dmitry Kozlyuk
On Mon, Jul 4, 2022 at 5:37 AM lihuisong (C) wrote: > [...] > 在 2022/7/1 19:36, Zhang, Peng1X 写道: > [...] > > The reason why not use 'dev->data->rx_queue_state' is whether queue > state is start or stop in primary > > process depend on rx_conf->rx_deferred_start after start testpmd. And > after h

RE: [PATCH] app/testpmd: fix secondary process cannot dump packet

2022-07-01 Thread Zhang, Peng1X
rt testpmd? > -Original Message- > From: lihuisong (C) > Sent: Wednesday, June 29, 2022 10:55 AM > To: Andrew Rybchenko ; Zhang, Peng1X > ; dev@dpdk.org > Cc: Singh, Aman Deep ; Zhang, Yuying > ; sta...@dpdk.org > Subject: Re: [PATCH] app/testpmd: fix secondary pro

RE: [PATCH] app/testpmd: fix secondary process cannot dump packet

2022-07-01 Thread Zhang, Yuying
Hi, > -Original Message- > From: Zhang, Peng1X > Sent: Friday, June 24, 2022 2:15 AM > To: dev@dpdk.org > Cc: Singh, Aman Deep ; Zhang, Yuying > ; Zhang, Peng1X ; > sta...@dpdk.org > Subject: [PATCH] app/testpmd: fix secondary process cannot dump packet > &

RE: [PATCH] app/testpmd: fix secondary process cannot dump packet

2022-06-26 Thread Zhang, Yuying
Hi Peng, > -Original Message- > From: Zhang, Peng1X > Sent: Friday, June 24, 2022 2:15 AM > To: dev@dpdk.org > Cc: Singh, Aman Deep ; Zhang, Yuying > ; Zhang, Peng1X ; > sta...@dpdk.org > Subject: [PATCH] app/testpmd: fix secondary process cannot dump pack

Re: [PATCH] app/testpmd: fix secondary process cannot dump packet

2022-06-23 Thread Andrew Rybchenko
On 6/23/22 21:15, peng1x.zh...@intel.com wrote: From: Peng Zhang The origin design is whether testpmd is primary or not, if state of receive queue is stop, then packets will not be dumped for show. While to secondary process, receive queue will not be set up, and state will still be stop even i

[PATCH] app/testpmd: fix secondary process cannot dump packet

2022-06-23 Thread peng1x . zhang
From: Peng Zhang The origin design is whether testpmd is primary or not, if state of receive queue is stop, then packets will not be dumped for show. While to secondary process, receive queue will not be set up, and state will still be stop even if testpmd is started. So packets of stated seconda