Re: [dpdk-dev] [PATCH v3 3/4] cfgfile: rework of load function

2017-06-30 Thread Bruce Richardson
On Tue, Jun 27, 2017 at 12:26:49PM +0200, Jacek Piasecki wrote: > From: Kuba Kozak > > New functions added to cfgfile library make it possible > to significantly simplify the code of rte_cfgfile_load_with_params() > > This patch shows the new body of this function. > > Signed-off-by: Jacek Pias

[dpdk-dev] [PATCH v3 3/4] cfgfile: rework of load function

2017-06-27 Thread Jacek Piasecki
From: Kuba Kozak New functions added to cfgfile library make it possible to significantly simplify the code of rte_cfgfile_load_with_params() This patch shows the new body of this function. Signed-off-by: Jacek Piasecki --- lib/librte_cfgfile/rte_cfgfile.c | 143 +-