RE: [PATCH] app/pdump: make dpdk-pdump can run multiple simultaneously

2023-05-08 Thread Nole Zhang
> -Original Message- > From: Stephen Hemminger > Sent: Saturday, May 6, 2023 11:48 PM > To: Chaoyong He > Cc: dev@dpdk.org; oss-drivers ; Niklas > Soderlund ; Nole Zhang > > Subject: Re: [PATCH] app/pdump: make dpdk-pdump can run multiple > simultaneously

RE: [PATCH] app/pdump: make dpdk-pdump can run multiple simultaneously

2023-05-07 Thread Chaoyong He
> -Original Message- > From: Stephen Hemminger > Sent: Saturday, May 6, 2023 11:48 PM > To: Chaoyong He > Cc: dev@dpdk.org; oss-drivers ; Niklas Soderlund > ; Nole Zhang > > Subject: Re: [PATCH] app/pdump: make dpdk-pdump can run multiple > simultaneously

Re: [PATCH] app/pdump: make dpdk-pdump can run multiple simultaneously

2023-05-06 Thread Stephen Hemminger
On Sat, 6 May 2023 16:52:06 +0800 Chaoyong He wrote: > From: Peng Zhang > > The pdump doesn't support start the multiple separate process for different > queues or ports to monitor the packets, because it apply the same name for > memory space. This commit will use the device_id, port and queu

[PATCH] app/pdump: make dpdk-pdump can run multiple simultaneously

2023-05-06 Thread Chaoyong He
From: Peng Zhang The pdump doesn't support start the multiple separate process for different queues or ports to monitor the packets, because it apply the same name for memory space. This commit will use the device_id, port and queue to name the memory space and it will support this function. Adj