Re: [dpdk-dev] [PATCH] examples/pipeline: fix strtoul base

2021-03-24 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon > Sent: Wednesday, March 24, 2021 9:05 AM > To: Khangar, Churchill > Cc: dev@dpdk.org; Dumitrescu, Cristian ; P, > Venkata Suresh Kumar ; Jangra, > Yogesh > Subject: Re: [dpdk-dev] [PATCH] examples/pipeline: fix

Re: [dpdk-dev] [PATCH] examples/pipeline: fix strtoul base

2021-03-24 Thread Thomas Monjalon
05/03/2021 16:15, Churchill Khangar: > This patch addresses the issue with strtoul base Which issue? Please explain what is broken and how it is fixed.

[dpdk-dev] [PATCH] examples/pipeline: fix strtoul base

2021-03-05 Thread Churchill Khangar
This patch addresses the issue with strtoul base Fixes: 5074e1d55107 ("examples/pipeline: add configuration commands") Cc: cristian.dumitre...@intel.com Signed-off-by: Churchill Khangar Acked-by: Cristian Dumitrescu --- examples/pipeline/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion