Re: [dpdk-dev] [PATCH 1/3] cfgfile: add new API functions

2017-05-31 Thread Bruce Richardson
On Wed, May 31, 2017 at 03:20:00PM +0100, Bruce Richardson wrote: > On Tue, May 30, 2017 at 10:30:35AM +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 sect

Re: [dpdk-dev] [PATCH 1/3] cfgfile: add new API functions

2017-05-31 Thread Bruce Richardson
On Tue, May 30, 2017 at 10:30:35AM +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 t

[dpdk-dev] [PATCH 1/3] cfgfile: add new API functions

2017-05-30 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 This modification allows