Re: [dpdk-dev] [PATCH] eal: fix wrong log at startup

2017-01-29 Thread Thomas Monjalon
2017-01-24 17:21, Olivier Matz: > The log "Debug logs available - lower performance" should > now only be displayed when dataplane debug logs are enabled. > > The issue occurs only if the default log level (CONFIG_RTE_LOG_LEVEL) is > set to DEBUG in the configuration, which is not the case by defa

[dpdk-dev] [PATCH] eal: fix wrong log at startup

2017-01-24 Thread Olivier Matz
The log "Debug logs available - lower performance" should now only be displayed when dataplane debug logs are enabled. The issue occurs only if the default log level (CONFIG_RTE_LOG_LEVEL) is set to DEBUG in the configuration, which is not the case by default. Fixes: 5d8f0baf69ea ("log: do not dr