Re: [dpdk-dev] [PATCH] examples: optind should be reset to one not zero

2017-03-10 Thread Thomas Monjalon
2017-03-09 21:11, Wiles, Keith: > > > On Mar 9, 2017, at 2:41 PM, Thomas Monjalon > > wrote: > > > > 2017-02-14 16:09, Keith Wiles: > >> Signed-off-by: Keith Wiles > > > > Please, could explain and describe what was the consequence of this > > wrong reset value? > > You can just reply and I w

Re: [dpdk-dev] [PATCH] examples: optind should be reset to one not zero

2017-03-09 Thread Wiles, Keith
> On Mar 9, 2017, at 2:41 PM, Thomas Monjalon wrote: > > 2017-02-14 16:09, Keith Wiles: >> Signed-off-by: Keith Wiles > > Please, could explain and describe what was the consequence of this > wrong reset value? > You can just reply and I will integrate it in the commit when applying. Here is

Re: [dpdk-dev] [PATCH] examples: optind should be reset to one not zero

2017-03-09 Thread Thomas Monjalon
2017-02-14 16:09, Keith Wiles: > Signed-off-by: Keith Wiles Please, could explain and describe what was the consequence of this wrong reset value? You can just reply and I will integrate it in the commit when applying. Thanks

[dpdk-dev] [PATCH] examples: optind should be reset to one not zero

2017-02-14 Thread Keith Wiles
Signed-off-by: Keith Wiles --- app/test-pipeline/config.c | 2 +- examples/distributor/main.c | 2 +- examples/dpdk_qat/main.c| 2 +- examples/ip_fragmentation/main.c| 2 +- examples/ip_pipeline/config_parse.c