Re: [dpdk-dev] [PATCH v3 0/4] Rework cfgfile API to enable apps config file support

2017-06-30 Thread Bruce Richardson
On Tue, Jun 27, 2017 at 12:26:46PM +0200, Jacek Piasecki wrote: > 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 > dynamicall

[dpdk-dev] [PATCH v3 0/4] Rework cfgfile API to enable apps config file support

2017-06-27 Thread 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