[PATCH v2 2/2] examples/l3fwd: make RX and TX queue size configurable
    Stephen Hemminger 
    stephen at networkplumber.org
       
    Fri Feb 11 01:53:41 CET 2022
    
    
  
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?
                 " [--rx-queue-size NPKTS]"
    
    
More information about the dev
mailing list