From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/5] Rework cfgfile API to enable apps config file support Date: Fri, 21 Jul 2017 00:48:57 +0300 Message-ID: <1679118.1ZCze148op@xps> References: <1498560760-104196-2-git-send-email-jacekx.piasecki@intel.com> <1499690657-81150-1-git-send-email-jacekx.piasecki@intel.com> <1578208.n1xhadrjJ3@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Cristian Dumitrescu , bruce.richardson@intel.com, deepak.k.jain@intel.com, kubax.kozak@intel.com, michalx.k.jastrzebski@intel.com To: Jacek Piasecki Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A004619F5 for ; Thu, 20 Jul 2017 23:49:02 +0200 (CEST) In-Reply-To: <1578208.n1xhadrjJ3@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/07/2017 18:13, Thomas Monjalon: > The maintainer of librte_cfgfile is Cristian (+Cc), > please set him as recipient for next time. > > 10/07/2017 14:44, Jacek Piasecki: > > New API for cfgfile library allows to create a cfgfile at runtime, add new > > section, add entry in a section, update existing entry and save cfgfile > > structure to INI file - opens up the possibility to have applications > > dynamically build up a proper DPDK configuration, rather than > > having to have a pre-existing one. Due the new API functions, simplification > > of load() function was made. One new unit test to TEST app was added. It > > contains an example of a large INI file whose parsing requires multiple > > reallocation of memory. Still no review. It is postponed to 17.11.