numam-dpdk/lib/librte_eal
Keith Wiles 6c7216eefd eal: fix log level of early messages
The RTE_LOG(DEBUG, ...) messages in rte_eal_cpu_init() are printed
even when the log level on the command line was set to INFO or lower.

The problem is the rte_eal_cpu_init() routine was called before
the command line args are scanned. Setting --log-level=7 now
correctly does not print the messages from the rte_eal_cpu_init() routine.

Signed-off-by: Keith Wiles <keith.wiles@intel.com>
Acked-by: David Marchand <david.marchand@6wind.com>
2015-06-22 21:52:40 +02:00
..
bsdapp eal: fix log level of early messages 2015-06-22 21:52:40 +02:00
common log: fix crash after dump 2015-06-22 18:46:46 +02:00
linuxapp eal: fix log level of early messages 2015-06-22 21:52:40 +02:00
Makefile eal: no more bare metal environment 2014-11-27 13:09:51 +01:00