[dpdk-dev] [PATCH 5/5] ixgbe: silence noisy log messages

Stephen Hemminger stephen at networkplumber.org
Mon May 18 18:39:56 CEST 2015


On Mon, 18 May 2015 10:32:01 +0100
Bruce Richardson <bruce.richardson at intel.com> wrote:

> For the most part, this looks fine. However, I'm unsure about changing the log
> level of the messages stating what the RX and TX burst functions in use are. I
> would view this as important information that should generally be displayed as
> the performance impacts of using a sub-optimal RX/TX code path are large.
> 
> /Bruce


At INFO level it shows up in log files that customers read.
This is an issue where DPDK has to grow up and be ready for real world
use, rather than being developer friendly.

Our customers ask about every log message (believe me). So if there
is no problem the drivers must be absolutely silent (STFU)


More information about the dev mailing list