[PATCH] app/pdump: make dpdk-pdump can run multiple simultaneously
Chaoyong He
chaoyong.he at corigine.com
Mon May 8 05:17:53 CEST 2023
> -----Original Message-----
> From: Stephen Hemminger <stephen at networkplumber.org>
> Sent: Saturday, May 6, 2023 11:48 PM
> To: Chaoyong He <chaoyong.he at corigine.com>
> Cc: dev at dpdk.org; oss-drivers <oss-drivers at corigine.com>; Niklas Soderlund
> <niklas.soderlund at corigine.com>; Nole Zhang
> <peng.zhang at nephogine.com>
> Subject: Re: [PATCH] app/pdump: make dpdk-pdump can run multiple
> simultaneously
>
> On Sat, 6 May 2023 16:52:06 +0800
> Chaoyong He <chaoyong.he at corigine.com> wrote:
>
> > From: Peng Zhang <peng.zhang at corigine.com>
> >
> > 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.
> >
> > Adjust the value of RTE_MEMZONE_NAMESIZE to adapt the name length.
> >
> > Signed-off-by: Peng Zhang <peng.zhang at corigine.com>
> > Reviewed-by: Chaoyong He <chaoyong.he at corigine.com>
> > Reviewed-by: Niklas Söderlund <niklas.soderlund at corigine.com>
>
> FYI - app/dumpcap does support multiple ports already.
> Why not use that?
Yes, you are right.
I will abandon this patch, thanks for your reply.
Should I change the state of this patch into 'Not Applicable' or other?
More information about the dev
mailing list