From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=gkbAQ9WnLLQx/1eDbQlKDtopHJNY7KrGv+Y6X2RT1c8=; b=EX2gtFebVFGJQAsstQ2sI6niwp74LJXitXcQFmNP2pIl/9u2AIFRGIGufppJ797smt U6VcEbnyawbHnNlH1YkOi1SvfPHgH6Vd7AQA1xr7YbblVFGtaA8Kk2Vihi1CaFahZpEb 1geUpYde1yfxWLDpXsimsufTfb75rH3FNGLJkzETnF/zJJBUz8zKH30wk8mUA674O2gN y9t8ReaWqK+NIxMcTLsE2IdqFKBQzxskBFuRjtUN7SDzwr3n7bEr4Uq3w5imZ8GK/ZxY 9sXpvksrO1dNvZyOqcrXnUSoinh5PEq5A+DoWK84Qh9iAjmZUr9a/VnetJEHyj31uXfC KZ6A== X-Gm-Message-State: ALoCoQk9SwWJCtYDS63GsVWeJFo8J74SJ/kFNr1wX4W0ViCtGoeLWjKKdxbHdA8Rdzw+UyHmoCCZ X-Received: by 10.70.129.204 with SMTP id ny12mr36068853pdb.77.1436482859292; Thu, 09 Jul 2015 16:00:59 -0700 (PDT) Received: from urahara.home.lan (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id hl6sm7146976pdb.28.2015.07.09.16.00.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 09 Jul 2015 16:00:58 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Date: Thu, 9 Jul 2015 16:01:02 -0700 Message-Id: <1436482868-7400-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Cc: Stephen Hemminger Subject: [dpdk-dev] [PATCH v3 0/6] log de-spamming X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2015 23:01:00 -0000 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