From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH v3 0/6] log de-spamming Date: Thu, 9 Jul 2015 16:01:02 -0700 Message-ID: <1436482868-7400-1-git-send-email-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by dpdk.org (Postfix) with ESMTP id 15F795955 for ; Fri, 10 Jul 2015 01:01:00 +0200 (CEST) Received: by pactm7 with SMTP id tm7so157592090pac.2 for ; Thu, 09 Jul 2015 16:00:59 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Stephen Hemminger These patches were sent earlier, updated to current tree. They make Intel drivers not spam the log with information messages that cause questions in production. Unfortunately, developers seem to get attached to log messages which are not appropriate in a production product Stephen Hemminger (6): ixgbe: convert debug messages to DEBUG level ixgbe: raise priority of significant log events ixgbe: allow pruning log during build e1000: allow pruning log during build e1000: change log level of debug messages e1000: raise log level of signifcant events drivers/net/e1000/e1000_logs.h | 3 +-- drivers/net/e1000/em_ethdev.c | 5 +++-- drivers/net/e1000/igb_ethdev.c | 9 +++++---- drivers/net/ixgbe/ixgbe_ethdev.c | 26 +++++++++++++------------- drivers/net/ixgbe/ixgbe_fdir.c | 2 +- drivers/net/ixgbe/ixgbe_logs.h | 3 +-- drivers/net/ixgbe/ixgbe_rxtx.c | 22 +++++++++++----------- 7 files changed, 35 insertions(+), 35 deletions(-) -- 2.1.4