From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 0/5] Rework cfgfile API to enable apps config file support Date: Mon, 09 Oct 2017 00:55:16 +0200 Message-ID: <2155345.JQTbFBeCJG@xps> References: <1506073490-45399-1-git-send-email-kubax.kozak@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com, deepak.k.jain@intel.com, michalx.k.jastrzebski@intel.com To: Kuba Kozak , jacekx.piasecki@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 08BD01AEEB for ; Mon, 9 Oct 2017 00:55:18 +0200 (CEST) In-Reply-To: <1506073490-45399-1-git-send-email-kubax.kozak@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" 22/09/2017 11:44, Kuba Kozak: > 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. I have fixed the map file (switched to 17.11) and applied, thanks.