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 08BD01AEEB for ; Mon, 9 Oct 2017 00:55:18 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8DFDB207E1; Sun, 8 Oct 2017 18:55:17 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 08 Oct 2017 18:55:17 -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=qhDoJr5LiycpFBL 1E5DEp7x+5umv5Q3sykdNP2mbpus=; b=rNUSg4UxplBzY/9hNT4MSfZ/YTv2uf2 2Egwm+5jYUZOL7w8+6SF3BGVJDAggYx0jqVZ/JECLe2iJfSa+87WMaRAjkKTESec zZf6Aq8zKBJVi7xIt4to5qM9T+Jmu3aN+2KecrWCV+cPQAtmzpml25Dzp+jcj0KE 4Wm5zDPKNSuw= 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=qhDoJr5LiycpFBL1E5DEp7x+5umv5Q3sykdNP2mbpus=; b=lP7jPbd5 5vER8HHfryYbHv8tJb72z62t4Xky99u7Pb/Xzim8HcqpHzPnBeGbJBwW+auJrNXB l3Hlasuy0X38XYIXdSPiPNf8tWdsu3TzLz9SPjLmEzIJIw3LuDWkJu87T7bpeMPW QbFje2GZmHm0MR30W3rda8VERaDCj5rroqqGZ1V89cwRoto78gMqBtkZC/OwBAra /ggwFoGvEcLYnIbrNtSsW20gaYZBAgarOKpymjdWWUFYyxbvmMLIo/1qcR9wLVaf j6VkmcA4C2BmtbWxxoQyEmrBXBEk9jb6nbevWAb8h9OpRe4dgqHRSgMYM3WLPb+b 6NSTUoP9hnlE1Q== X-ME-Sender: X-Sasl-enc: BtZCskQQccM/ULr0bP00NnhnbPM4d+/wYyKag4TlVJls 1507503317 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 30D837E5EC; Sun, 8 Oct 2017 18:55:17 -0400 (EDT) From: Thomas Monjalon To: Kuba Kozak , jacekx.piasecki@intel.com Cc: dev@dpdk.org, bruce.richardson@intel.com, deepak.k.jain@intel.com, michalx.k.jastrzebski@intel.com Date: Mon, 09 Oct 2017 00:55:16 +0200 Message-ID: <2155345.JQTbFBeCJG@xps> In-Reply-To: <1506073490-45399-1-git-send-email-kubax.kozak@intel.com> References: <1506073490-45399-1-git-send-email-kubax.kozak@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 0/5] Rework cfgfile API to enable apps config file support 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: Sun, 08 Oct 2017 22:55:18 -0000 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.