From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stephen@networkplumber.org>
Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com
 [209.85.220.45]) by dpdk.org (Postfix) with ESMTP id 06F585938
 for <dev@dpdk.org>; Mon,  9 Mar 2015 20:18:41 +0100 (CET)
Received: by paceu11 with SMTP id eu11so60918563pac.1
 for <dev@dpdk.org>; Mon, 09 Mar 2015 12:18:40 -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=Z1TWg5sCuFD2SGPcZg4GivAsLCPA2+OIuBnTb08oGe8=;
 b=Vt/ic9N42Ht5EwrgmZmAfUGgFkd9i3ilsoKXQRMxn4It7NSaokQuLYZwM697MAP15E
 vIGkhozJj5R1kTLjz3P0JjeR9o3XWxO1NpN3ZqjkvWO63WG9GV1xDQVi4IshsLf+jhDS
 Ro4XlN44S1KwLoTQsvXjHpsn6aIpExLdg2MxITQW4oDHWAKEsVTOyv2fsqHgTOwW9ToU
 GmcFGypS5QHZjWMmncFd/nH6qDEy4kVYbknD+X9xXVXoUn5+tMBKYZBtXCfS6HYzmFVr
 PdTCk6wJhqbHvO9k7iFfUNH3WDPaF0C953R4/eWd4B5YXqHTmni2ZY4fygaSrTX/kjq+
 jOjg==
X-Gm-Message-State: ALoCoQl4FvI5XHZG7Hy76WyR9KirCbYD3KwexvtxcKYMDeKxwAQt/qk+44HZSue5kmSDgBQtDQqX
X-Received: by 10.66.124.227 with SMTP id ml3mr57451840pab.28.1425928720010;
 Mon, 09 Mar 2015 12:18:40 -0700 (PDT)
Received: from urahara.brocade.com
 (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155])
 by mx.google.com with ESMTPSA id g10sm12817197pdm.29.2015.03.09.12.18.38
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
 Mon, 09 Mar 2015 12:18:39 -0700 (PDT)
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Date: Mon,  9 Mar 2015 12:18:33 -0700
Message-Id: <1425928715-2980-1-git-send-email-stephen@networkplumber.org>
X-Mailer: git-send-email 2.1.4
Subject: [dpdk-dev] [PATCH 0/2] Intel driver silence excess logging
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 09 Mar 2015 19:18:41 -0000

The Intel drivers seem to be getting more verbose in the log with
each release. This is not a good thing.

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   | 12 ++++--------
 lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 15 +++++----------
 lib/librte_pmd_ixgbe/ixgbe_logs.h   |  3 +--
 lib/librte_pmd_ixgbe/ixgbe_rxtx.c   | 12 ++++++------
 6 files changed, 21 insertions(+), 34 deletions(-)

-- 
2.1.4