Re: [dpdk-dev] [PATCH v2] examples/pipeline: support CLI hex args

2021-03-24 Thread Thomas Monjalon
24/03/2021 13:22, Churchill Khangar: > This patch allows specification of integer arguments for the > CLI commands in hexadecimal and octal as well as decimal. > > Signed-off-by: Churchill Khangar > Acked-by: Cristian Dumitrescu Applied, thanks.

Re: [dpdk-dev] [PATCH v2] examples/pipeline: support CLI hex args

2021-03-24 Thread Dumitrescu, Cristian
> -Original Message- > From: David Marchand > Sent: Wednesday, March 24, 2021 12:31 PM > To: Khangar, Churchill > Cc: dev ; Dumitrescu, Cristian > ; P, Venkata Suresh Kumar > ; Jangra, Yogesh > > Subject: Re: [dpdk-dev] [PATCH v2] examples/pipeline: suppo

Re: [dpdk-dev] [PATCH v2] examples/pipeline: support CLI hex args

2021-03-24 Thread David Marchand
On Wed, Mar 24, 2021 at 1:20 PM Churchill Khangar wrote: > > This patch allows specification of integer arguments for the > CLI commands in hexadecimal and octal as well as decimal. > > Signed-off-by: Churchill Khangar > Acked-by: Cristian Dumitrescu > --- > examples/pipeline/cli.c | 2 +- > 1

[dpdk-dev] [PATCH v2] examples/pipeline: support CLI hex args

2021-03-24 Thread Churchill Khangar
This patch allows specification of integer arguments for the CLI commands in hexadecimal and octal as well as decimal. Signed-off-by: Churchill Khangar Acked-by: Cristian Dumitrescu --- examples/pipeline/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pipeline