On Sat, 6 May 2023 16:52:06 +0800 Chaoyong He <[email protected]> wrote:
> From: Peng Zhang <[email protected]> > > 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 <[email protected]> > Reviewed-by: Chaoyong He <[email protected]> > Reviewed-by: Niklas Söderlund <[email protected]> FYI - app/dumpcap does support multiple ports already. Why not use that?

