[dpdk-dev] [PATCH v3 3/6] ixgbe: allow pruning log during build

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Jul 30 19:31:20 CEST 2015


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.


More information about the dev mailing list