Hello Keith, On Mon, Jun 8, 2015 at 11:55 PM, Keith Wiles <keith.wiles at intel.com> wrote:
> 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 at intel.com> > --- > lib/librte_eal/bsdapp/eal/eal.c | 42 > ++++++++++++++++++++++++++++++++++----- > lib/librte_eal/linuxapp/eal/eal.c | 42 > ++++++++++++++++++++++++++++++++++----- > 2 files changed, 74 insertions(+), 10 deletions(-) > We could have a different solution, but this patch is the quickest answer to the described problem. Please, fix the checkpatch error / warnings, then, ack. -- David Marchand