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

2019-07-17 Thread Stephen Hemminger
On Wed, 17 Jul 2019 23:01:00 +0200 Thomas Monjalon wrote: > 16/07/2019 19:27, 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 > > o

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

2019-07-17 Thread Thomas Monjalon
16/07/2019 19:27, 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 > --- > --- a/lib/libr