> > > Device driver should log via DPDK log, not to printf which is > > > sends to /dev/null in a daemon application. > > > > > > Signed-off-by: Stephen Hemminger <stephen at networkplumber.org> > > > > Series > > Acked-by: Neil Horman <nhorman at tuxdriver.com> > > Use of rte_log would be better for init messages, but since the driver > makes no difference, this looks good enough to me. > Thanks Stephen. > > Acked-by: David Marchand <david.marchand at 6wind.com>
Applied, thanks