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: Mon, 31 Jul 2017 23:10:20 +0200 Message-ID: <3240514.oRFImOiSkL@xps> References: <1493275900-4728-1-git-send-email-gprathyusha@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Guduri Prathyusha To: cristian.dumitrescu@intel.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 002DE9A01 for ; Mon, 31 Jul 2017 23:10:21 +0200 (CEST) In-Reply-To: <1493275900-4728-1-git-send-email-gprathyusha@caviumnetworks.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" 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(+) Cristian, this is an old patch not reviewed. Any comment please?