2015-07-09 16:01, Stephen Hemminger: > From: Stephen Hemminger <shemming at brocade.com> > > The ixgbe driver was not following DPDK convention and > was leaving loggin always in even if LOG_LEVEL was configured > to disable debug logs. > > Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
This series is fixing e1000 and ixgbe. There is the same issue with i40e, fm10k and bnx2x. I will fix them in the same way. For consistency, examples/l3fwd-power and eal_common_tailqs.c should use RTE_LOG instead of rte_log.