07/11/2025 17:10, Burakov, Anatoly:
> On 10/17/2025 1:06 PM, Bruce Richardson wrote:
> > The pdump main function modifies argc/argv before calling EAL init
> > function. It needs to do so in order to add the proc-type=secondary
> > flag, but also adds in "-n4" as parameter. This parameter is unnecessary
> > and also causes duplicate parameter errors if the user also passes in -n
> > flag on the commandline. Just remove this flag.
> >
> > Fixes: caa7028276b8 ("app/pdump: add tool for packet capturing")
> > Cc: [email protected]
> >
> > Signed-off-by: Bruce Richardson <[email protected]>
> > ---
> Acked-by: Anatoly Burakov <[email protected]>
Series applied, thanks.