[dpdk-dev] [PATCH] cmdline: finish at EOF

2014-05-28 Thread Olivier MATZ
Hi Christian, On 05/27/2014 08:38 PM, Dumitrescu, Cristian wrote: > Great, so then maybe we should plan for an update of the DPDK command line > library to your latest code base. > > Are the code changes massive, i.e. would this be a big task? There have been some reworks, but it is not a major

[dpdk-dev] [PATCH] cmdline: finish at EOF

2014-05-27 Thread Dumitrescu, Cristian
, May 26, 2014 3:27 PM To: Dumitrescu, Cristian; dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH] cmdline: finish at EOF Hi Cristian, On 05/23/2014 05:32 PM, Olivier MATZ wrote: > On 05/23/2014 05:21 PM, Cristian Dumitrescu wrote: >> Bug fix in cmdline library to allow return on EOF as o

[dpdk-dev] [PATCH] cmdline: finish at EOF

2014-05-26 Thread Thomas Monjalon
> > Bug fix in cmdline library to allow return on EOF as opposed to infinite > > loop. > > > > Signed-off-by: Cristian Dumitrescu > > Acked-by: Olivier Matz Applied for version 1.7.0 with title: cmdline: fix infinite loop after EOF Thanks -- Thomas

[dpdk-dev] [PATCH] cmdline: finish at EOF

2014-05-26 Thread Olivier MATZ
Hi Cristian, On 05/23/2014 05:32 PM, Olivier MATZ wrote: > On 05/23/2014 05:21 PM, Cristian Dumitrescu wrote: >> Bug fix in cmdline library to allow return on EOF as opposed to >> infinite loop. >> >> Signed-off-by: Cristian Dumitrescu >> --- >> lib/librte_cmdline/cmdline.c |2 +- >> 1 fil

[dpdk-dev] [PATCH] cmdline: finish at EOF

2014-05-23 Thread Olivier MATZ
Hi Cristian, On 05/23/2014 05:21 PM, Cristian Dumitrescu wrote: > Bug fix in cmdline library to allow return on EOF as opposed to infinite loop. > > Signed-off-by: Cristian Dumitrescu > --- > lib/librte_cmdline/cmdline.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > mode ch

[dpdk-dev] [PATCH] cmdline: finish at EOF

2014-05-23 Thread Cristian Dumitrescu
Bug fix in cmdline library to allow return on EOF as opposed to infinite loop. Signed-off-by: Cristian Dumitrescu --- lib/librte_cmdline/cmdline.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) mode change 100644 => 100755 lib/librte_cmdline/cmdline.c diff --git a/lib/librte_cmdli