Re: [dpdk-dev] [PATCH v4 2/5] cfgfile: change existing API functions

2017-08-30 Thread Bruce Richardson
I think the commit title needs rewording. This changes the internals not the API. On Mon, Jul 10, 2017 at 02:44:14PM +0200, Jacek Piasecki wrote: > Change to flat arrays in cfgfile struct force slightly > diffrent data access for most of cfgfile functions. > This patch provides necessary changes i

[dpdk-dev] [PATCH v4 2/5] cfgfile: change existing API functions

2017-07-10 Thread Jacek Piasecki
Change to flat arrays in cfgfile struct force slightly diffrent data access for most of cfgfile functions. This patch provides necessary changes in existing API. Signed-off-by: Jacek Piasecki --- lib/librte_cfgfile/rte_cfgfile.c | 120 +++ lib/librte_cfgfile/r