From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1F5BA9B85 for ; Tue, 1 Aug 2017 14:37:21 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Aug 2017 05:37:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,306,1498546800"; d="scan'208";a="118125311" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga002.jf.intel.com with ESMTP; 01 Aug 2017 05:37:16 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX104.ger.corp.intel.com ([169.254.5.26]) with mapi id 14.03.0319.002; Tue, 1 Aug 2017 13:36:26 +0100 From: "Dumitrescu, Cristian" To: Thomas Monjalon CC: "dev@dpdk.org" , Guduri Prathyusha Thread-Topic: [dpdk-dev] [PATCH] librte_cfgfile: add section num entries by index Thread-Index: AQHTCkGEPH9Q+GRHrk2Pzwc2XtrbRKJvcJJw Date: Tue, 1 Aug 2017 12:36:25 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BA8770E@IRSMSX108.ger.corp.intel.com> References: <1493275900-4728-1-git-send-email-gprathyusha@caviumnetworks.com> <3240514.oRFImOiSkL@xps> In-Reply-To: <3240514.oRFImOiSkL@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWI0NjEzYTUtZDIyZS00Y2MzLTg1ZDctNzZmZDNiNDkyODU1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InJCXC9jNFNMdzhWdmhvakxcL0RnNDFiT1Z4Zk9mVERKRlZLVG96bWtnbUppZz0ifQ== x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] librte_cfgfile: add section num entries by index X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Aug 2017 12:37:22 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@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 b= y > index >=20 > 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/librte_cfgfile/rte_cfgfile.h | 20 ++++++++++++++++++++ > > 2 files changed, 33 insertions(+) >=20 > Cristian, this is an old patch not reviewed. > Any comment please? Do you need this reviewed for this release, or can it wait until the next r= elease? I have a few patches on my list to review (librte_cfgfile, librte_sched), I= will make this review a priority for next release cycle.