From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3B7E120B60; Fri, 15 Sep 2017 09:59:31 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 15 Sep 2017 09:59:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=cpB/B8h3blv8f5H 7GLXFpwc8agD64SuycGa9r+JQXlM=; b=OHPemlVQyigQuJTu2e1IkBdIrLxLtl6 pFcdjMEIazcFFLOv2C1D5rk8NLDuJiHFBvyWLqnA71e69zrb5XIRA0Q71XHSG+V1 xPetyn456lrMmqv77GE6FpwPNaf7JaIRG9AzSCloIgslZ+yLx1FIDb5qgxxB2jrm L+rqegAdc104= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=cpB/B8h3blv8f5H7GLXFpwc8agD64SuycGa9r+JQXlM=; b=eAcNiVXo f6lQ3TVp2fF4URfxXtNC4R3lqqnRLvKuInN8TIJOsJHSH/jhc/wqCb13Dcy5eZbf V6SOJFKmClHximd9EB8WjsXEAd6DPH2X5PXuML73RH9XFyKiLD+VZg3LeT+ZoL05 h6hxe+k8+Z+X6MZgXrVaFU6x4rW1yL7Z9LUfgFvRn1fA0s0jiGrPDCwqeg5AUKeE 5bSftWy44hee+ajXou2IWOI5DuotMa3KKiClK+SakrojfzkOprMmtusiPP+wGY7r BqTnuDZtMDPHPWTzBH9L6bH7YK6diSoS9aSg1ae8CuseQXjMTxI3HxeFdGSp6V+3 zHosMu6wzt2WGQ== X-ME-Sender: X-Sasl-enc: 4UflAWGRgrRpjbDEh8YjNBlIrASLD2m5AF/k1hvyqDvx 1505483970 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id EDA477FA7D; Fri, 15 Sep 2017 09:59:30 -0400 (EDT) From: Thomas Monjalon To: Guduri Prathyusha Cc: dev@dpdk.org, Bruce Richardson , cristian.dumitrescu@intel.com Date: Fri, 15 Sep 2017 15:59:30 +0200 Message-ID: <3111187.TAZkfKKJ2c@xps> In-Reply-To: <20170904105843.GA15316@bricha3-MOBL3.ger.corp.intel.com> References: <1493275900-4728-1-git-send-email-gprathyusha@caviumnetworks.com> <20170904105843.GA15316@bricha3-MOBL3.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Fri, 15 Sep 2017 13:59:32 -0000 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