From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by dpdk.org (Postfix) with ESMTP id 4F1759A8D for ; Fri, 10 Apr 2015 17:18:21 +0200 (CEST) Received: by pdbqa5 with SMTP id qa5so25657617pdb.1 for ; Fri, 10 Apr 2015 08:18:20 -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=FcTZ9wCF7PMffhroXhPiWp5TpjFEkz6X9LY4DDr7Ju0=; b=Z2yOL4ulSF9HADUPYR2GAU/ieJu7bRgmDziWRDFGYmS2zXwHYTaF/angHnfUkN/Alq XgDaicIGUPasatK9wNWHYCKw/2fsVCsIo0HNjj7QURp2DX6/Kb+i7lMip7WKV1rmxN1I fcGgMqYSj4dhCFgY6i5HVsnVT35XlrTF+wnLZn4POdLxCJgV5PA0ekhg2XYzFRF8QFvH 25GyboL23s+fBG6BcUMPbKayw6KTpTDa6NItYPXZhfRdEtVasfiMNev4J/mTZhQoptbR wmNNpYzaahuse3ZcsK43G0e5Ta3eRXAoHnZLze/8uvp/cDLGBYKUzKyCKFGl6X9GEd53 2FPw== X-Gm-Message-State: ALoCoQnIhGqD84/2laFSML1w4umawebd/J1k/9h/tT0Npbq8wL33tup4bWIDF68O1Mwl6dFWW5cN X-Received: by 10.69.13.225 with SMTP id fb1mr3560376pbd.104.1428679100553; Fri, 10 Apr 2015 08:18:20 -0700 (PDT) Received: from urahara.home.lan (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id hb6sm2565597pbd.88.2015.04.10.08.18.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 10 Apr 2015 08:18:19 -0700 (PDT) From: Stephen Hemminger To: Helin Zhang , Konstantin Ananyev Date: Fri, 10 Apr 2015 08:18:23 -0700 Message-Id: <1428679105-8115-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH 0/2] fix logging in Intel PMD's 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: Fri, 10 Apr 2015 15:18:21 -0000 The Intel Poll Mode Drivers generate a lot of log messages and they are mostly at the INFO logging level. This should be changed to the common syslog conventions, ie. put unimportant stuff for production users at DEBUG level and things of interest but not errors at NOTICE level. Also should use RTE_LOG not rte_log so that messages can be compiled out. Stephen Hemminger (2): ixgbe: silence noisy log messages e1000: silence noisy log messages lib/librte_pmd_e1000/e1000_logs.h | 3 +-- lib/librte_pmd_e1000/em_ethdev.c | 10 ++++----- lib/librte_pmd_e1000/igb_ethdev.c | 16 ++++++--------- lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 41 ++++++++++++++++--------------------- lib/librte_pmd_ixgbe/ixgbe_fdir.c | 2 +- lib/librte_pmd_ixgbe/ixgbe_logs.h | 3 +-- lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 14 ++++++------- 7 files changed, 38 insertions(+), 51 deletions(-) -- 2.1.4