[PATCH v2 2/2] examples/l3fwd: make RX and TX queue size configurable
Honnappa Nagarahalli
Honnappa.Nagarahalli at arm.com
Fri Feb 11 04:43:26 CET 2022
<snip>
>
> On Fri, 11 Feb 2022 00:26:07 +0000
> Honnappa Nagarahalli <honnappa.nagarahalli at 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?
I guess it does not harm, makes it consistent with other options, though I don't see much value.
>
> " [--rx-queue-size NPKTS]"
More information about the dev
mailing list