From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v4 3/5] cfgfile: add new functions to API Date: Wed, 30 Aug 2017 21:18:50 +0100 Message-ID: <20170830201849.GC1656@bricha3-MOBL3.ger.corp.intel.com> References: <1498560760-104196-2-git-send-email-jacekx.piasecki@intel.com> <1499690657-81150-1-git-send-email-jacekx.piasecki@intel.com> <1499690657-81150-4-git-send-email-jacekx.piasecki@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, deepak.k.jain@intel.com, kubax.kozak@intel.com, michalx.k.jastrzebski@intel.com To: Jacek Piasecki Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 7B1502C02 for ; Wed, 30 Aug 2017 22:18:54 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1499690657-81150-4-git-send-email-jacekx.piasecki@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" Title needs a reword to indicate the types of new API functions e.g.: cfgfile: add APIs for cfgfile modification On Mon, Jul 10, 2017 at 02:44:15PM +0200, Jacek Piasecki wrote: > Extend existing cfgfile library with providing new API functions: > > rte_cfgfile_create() - create new cfgfile object > rte_cfgfile_add_section() - add new section to existing cfgfile > object > rte_cfgfile_add_entry() - add new entry to existing cfgfile > object in specified section > rte_cfgfile_set_entry() - update existing entry in cfgfile object > rte_cfgfile_save() - save existing cfgfile object to INI file > > This modification allows to create a cfgfile on > runtime and opens up the possibility to have applications > dynamically build up a proper DPDK configuration, rather than having > to have a pre-existing one. > > Signed-off-by: Jacek Piasecki > --- Good additions Acked-by: Bruce Richardson