From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 58EBA9B37 for ; Tue, 1 Aug 2017 14:42:28 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id DDFE920B66; Tue, 1 Aug 2017 08:42:27 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 01 Aug 2017 08:42:27 -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=KepuWyBwVs8qFek aDEDXgjwUoRoAQ8DMbQHgHI9Jmhc=; b=J+GMzGYvUiBi4rWBqMisdHLIxwsNNX5 Y5cSpGusAK1T9cHfKCGldvC3+qYP1vab/P9BQfzaurXpt+zde8CUFqTg+tRWH4ic z9FGbI0BiSt5CmgxAPF7KeMQFIx86x+igo2blBVXVS5d0gvp81+ZlPn/8wRiiUGu V4ipNOZ/d1ls= 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=KepuWyBwVs8qFekaDEDXgjwUoRoAQ8DMbQHgHI9Jmhc=; b=QlCClW5r L7lNVsiyc4tu0IG1mrAHvtvL5gm3cKejVjrWuFTiTbVP56YO50RiUGJ8bM0rrNnd upxN8uRa5gpYljyI0XhZRsyxk5yjboCos/QPOc89jQZ1yx6iOHUKNly/zZwULXDr dIOIL6Sdy9fpsVQf9xoD47ax0x3nRG/VKHj/BkRkVSrg38RjtKDK2E77Ux2IZ8tg 8xXin4QOyRblucFloCsvfd0AH54ojA5CckelWfM7M+VL9JbjrJhsUdYVqPPcHAUp Fgtmwu3HBqaLXc4c7kF20P5iRfu8ZUT9YrQq2ZOtYLE8MettyzX2ZaoEwbajQc6C TKEKeWlJnvpwBA== X-ME-Sender: X-Sasl-enc: pcOiHVWD22gMn9ffW2+dzlNn+swoNUOlBUSr97bV55G0 1501591347 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 90E1F246A3; Tue, 1 Aug 2017 08:42:27 -0400 (EDT) From: Thomas Monjalon To: "Dumitrescu, Cristian" Cc: dev@dpdk.org, Guduri Prathyusha Date: Tue, 01 Aug 2017 14:42:26 +0200 Message-ID: <29473012.7NRoJTRZKy@xps> In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891267BA8770E@IRSMSX108.ger.corp.intel.com> References: <1493275900-4728-1-git-send-email-gprathyusha@caviumnetworks.com> <3240514.oRFImOiSkL@xps> <3EB4FA525960D640B5BDFFD6A3D891267BA8770E@IRSMSX108.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: Tue, 01 Aug 2017 12:42:28 -0000 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 > > > --- > > > 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? > > Do you need this reviewed for this release, or can it wait until the next release? It has already waited 3 months without any ping, so I guess it can wait. > 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. OK thanks. It's not about you specifically, but as a community, we need to improve our response time (I'm not good as well).