On Fri, 11 Feb 2022 00:26:07 +0000 Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> wrote:
> diff --git a/examples/l3fwd/main.c b/examples/l3fwd/main.c > index acd186ab7d..afe94cd1d7 100644 > --- a/examples/l3fwd/main.c > +++ b/examples/l3fwd/main.c > @@ -341,6 +341,8 @@ print_usage(const char *prgname) > " [-P]" > " [--lookup]" > " --config (port,queue,lcore)[,(port,queue,lcore)]" > + " [--rx-queue-size]" > + " [--tx-queue-size]" Shouldn't there be a NPKTS after the arg? " [--rx-queue-size NPKTS]"