Re: [dpdk-dev] [PATCH v4 3/5] cfgfile: add new functions to API

2017-08-30 Thread Bruce Richardson
Title needs a reword to indicate the types of new API functions e.g.: cfgfile: add APIs for cfgfile modification On Mon, Jul 10, 2017 at 02:44:15PM +0200, Jacek Piasecki wrote: > Extend existing cfgfile library with providing new API functions: > > rte_cfgfile_create() - create new cfgfile object

[dpdk-dev] [PATCH v4 3/5] cfgfile: add new functions to API

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