From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A004619F5
 for <dev@dpdk.org>; Thu, 20 Jul 2017 23:49:02 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 0983D20BC7;
 Thu, 20 Jul 2017 17:49:02 -0400 (EDT)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Thu, 20 Jul 2017 17:49:02 -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=yHZK4Q3MrOki+kC
 LLeH8mIK5Waz2lvwPxGg8ARcXqC8=; b=koJ9RbKDEpfkxm7POrQjE/+gPhx6+K/
 YDUzWShsuLmQxPiKXhZ480hFIwJ6TtZ2hPG9prs2w6IMPSdHa2XTzyLrreKfesF9
 A9NGRkj/l0BUyZ6yCl9yUTbpc2qLhOCSxwZzL5tgqMXXIiRZpg6wuNW9W8JIm4Ms
 /qbop26v7lq8=
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=yHZK4Q3MrOki+kCLLeH8mIK5Waz2lvwPxGg8ARcXqC8=; b=puJnBhSB
 E9eq5rOHKPjntvLg9CdKhsq2sEp6bz0BX2ezgBFIp3A+uMBWHCGdSlloCYm6rqTA
 4m/J6sUSx/KwlAr/+KWKUAp0XpzxBttOfUyZNRxEr+LddLGwT7Sw4V3ftRbQBoZV
 FK87gBs0Y+tfQE98hdFsvp9aHr20hGnCsofqkYkteIAnd48PwGNw6QBrhTAl+FhM
 4vXxCbaY1DBA9eWH+r/RofXO35CjnxUDBAGWzTNNuukR9guNKbTOpGXUbDCuljUY
 o6qiH1t1FF7Z2ORG1mtYgrD5awmnObjGOZat+x1XcqMqAYR+NbnxzyIoyjrQkUTZ
 ahKUpz3CKvpuNg==
X-ME-Sender: <xms:TSVxWQbaYPksa3NOz_YNZQDJpYsV_pVcycraKrCdi8WvLgjUq-eGkw>
X-Sasl-enc: HuNIFoTKcBP9A3B51sUgPmjGQYBO2Q/s3P9MOb19xM9l 1500587341
Received: from xps.localnet (unknown [31.168.164.206])
 by mail.messagingengine.com (Postfix) with ESMTPA id 9D2717E1FC;
 Thu, 20 Jul 2017 17:49:01 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Jacek Piasecki <jacekx.piasecki@intel.com>
Cc: dev@dpdk.org, Cristian Dumitrescu <cristian.dumitrescu@intel.com>,
 bruce.richardson@intel.com, deepak.k.jain@intel.com, kubax.kozak@intel.com,
 michalx.k.jastrzebski@intel.com
Date: Fri, 21 Jul 2017 00:48:57 +0300
Message-ID: <1679118.1ZCze148op@xps>
In-Reply-To: <1578208.n1xhadrjJ3@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-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v4 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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 20 Jul 2017 21:49:02 -0000

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.