Re: [dpdk-dev] [PATCH v3 2/4] cfgfile: add new functions to API

2017-06-30 Thread Bruce Richardson
On Tue, Jun 27, 2017 at 12:26:48PM +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 en

Re: [dpdk-dev] [PATCH v3 2/4] cfgfile: add new functions to API

2017-06-30 Thread Bruce Richardson
On Tue, Jun 27, 2017 at 12:26:48PM +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 en

[dpdk-dev] [PATCH v3 2/4] cfgfile: add new functions to API

2017-06-27 Thread Jacek Piasecki
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()