Re: [dpdk-dev] [PATCH 0/3] cfgfile: cleanup patches

2019-07-17 Thread Bruce Richardson
On Tue, Jul 16, 2019 at 10:27:38AM -0700, Stephen Hemminger wrote: > Some small patches for the cfgfile library > > Stephen Hemminger (3): > cfgfile: remove unnecessary initialization > cfgfile: use RTE_LOG for errors > cfgfile: use calloc > Looks ok to me, and compile testing showed no iss

[dpdk-dev] [PATCH 0/3] cfgfile: cleanup patches

2019-07-16 Thread Stephen Hemminger
Some small patches for the cfgfile library Stephen Hemminger (3): cfgfile: remove unnecessary initialization cfgfile: use RTE_LOG for errors cfgfile: use calloc lib/librte_cfgfile/rte_cfgfile.c| 42 ++--- lib/librte_eal/common/include/rte_log.h | 1 + 2 files c