Re: [dpdk-dev] [PATCH v3 2/3] cfgfile: use RTE_LOG for errors

2019-07-18 Thread Thomas Monjalon
18/07/2019 19:18, Stephen Hemminger: > In general, DPDK libraries to not print error messages to > stdout because that is often redirected to /dev/null for daemons. > This patch changes cfgfile library to use RTE_LOG with its > own type. > > Signed-off-by: Stephen Hemminger > --- > lib/Makefile

[dpdk-dev] [PATCH v3 2/3] cfgfile: use RTE_LOG for errors

2019-07-18 Thread Stephen Hemminger
In general, DPDK libraries to not print error messages to stdout because that is often redirected to /dev/null for daemons. This patch changes cfgfile library to use RTE_LOG with its own type. Signed-off-by: Stephen Hemminger --- lib/Makefile | 1 + lib/librte_cfgfile/rte_cf