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

2017-10-08 Thread Thomas Monjalon
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 configura

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

2017-09-22 Thread 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