Re: [dpdk-dev] [PATCH] librte_cfgfile: add section num entries by index

2017-09-15 Thread Thomas Monjalon
04/09/2017 12:58, Bruce Richardson: > On Thu, Apr 27, 2017 at 12:21:40PM +0530, Guduri Prathyusha wrote: > > rte_cfgfile_section_num_entries_by_index() is added to get the number of > > entries of a section when multiple sections of the same name are > > present. > > > > Signed-off-by: Guduri Prat

Re: [dpdk-dev] [PATCH] librte_cfgfile: add section num entries by index

2017-09-04 Thread Guduri Prathyusha
On Mon, Sep 04, 2017 at 11:58:44AM +0100, Bruce Richardson wrote: > On Thu, Apr 27, 2017 at 12:21:40PM +0530, Guduri Prathyusha wrote: > > rte_cfgfile_section_num_entries_by_index() is added to get the number of > > entries of a section when multiple sections of the same name are > > present. > > >

Re: [dpdk-dev] [PATCH] librte_cfgfile: add section num entries by index

2017-09-04 Thread Bruce Richardson
On Thu, Apr 27, 2017 at 12:21:40PM +0530, Guduri Prathyusha wrote: > rte_cfgfile_section_num_entries_by_index() is added to get the number of > entries of a section when multiple sections of the same name are > present. > > Signed-off-by: Guduri Prathyusha Reviewed-by: Bruce Richardson Acked-by

Re: [dpdk-dev] [PATCH] librte_cfgfile: add section num entries by index

2017-09-03 Thread Prathyusha, Guduri
ping??? From: Thomas Monjalon Sent: Tuesday, August 1, 2017 6:12:26 PM To: Dumitrescu, Cristian Cc: dev@dpdk.org; Prathyusha, Guduri Subject: Re: [dpdk-dev] [PATCH] librte_cfgfile: add section num entries by index 01/08/2017 14:36, Dumitrescu, Cristian: > &

Re: [dpdk-dev] [PATCH] librte_cfgfile: add section num entries by index

2017-08-01 Thread Thomas Monjalon
01/08/2017 14:36, Dumitrescu, Cristian: > > 27/04/2017 08:51, Guduri Prathyusha: > > > rte_cfgfile_section_num_entries_by_index() is added to get the number > > of > > > entries of a section when multiple sections of the same name are > > > present. > > > > > > Signed-off-by: Guduri Prathyusha > >

Re: [dpdk-dev] [PATCH] librte_cfgfile: add section num entries by index

2017-08-01 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Monday, July 31, 2017 10:10 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; Guduri Prathyusha > > Subject: Re: [dpdk-dev] [PATCH] librte_cfgfile: add section num entries by > ind

Re: [dpdk-dev] [PATCH] librte_cfgfile: add section num entries by index

2017-07-31 Thread Thomas Monjalon
27/04/2017 08:51, Guduri Prathyusha: > rte_cfgfile_section_num_entries_by_index() is added to get the number of > entries of a section when multiple sections of the same name are > present. > > Signed-off-by: Guduri Prathyusha > --- > lib/librte_cfgfile/rte_cfgfile.c | 13 + > lib/

[dpdk-dev] [PATCH] librte_cfgfile: add section num entries by index

2017-04-26 Thread Guduri Prathyusha
rte_cfgfile_section_num_entries_by_index() is added to get the number of entries of a section when multiple sections of the same name are present. Signed-off-by: Guduri Prathyusha --- lib/librte_cfgfile/rte_cfgfile.c | 13 + lib/librte_cfgfile/rte_cfgfile.h | 20 +