From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] librte_cfgfile: add section num entries by index Date: Fri, 15 Sep 2017 15:59:30 +0200 Message-ID: <3111187.TAZkfKKJ2c@xps> References: <1493275900-4728-1-git-send-email-gprathyusha@caviumnetworks.com> <20170904105843.GA15316@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , cristian.dumitrescu@intel.com To: Guduri Prathyusha Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 4300A1396 for ; Fri, 15 Sep 2017 15:59:32 +0200 (CEST) In-Reply-To: <20170904105843.GA15316@bricha3-MOBL3.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Prathyusha > > Reviewed-by: Bruce Richardson > Acked-by: Bruce Richardson Applied, thanks