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

2017-07-20 Thread Thomas Monjalon
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 exi

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

2017-07-10 Thread 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

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

2017-07-10 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