From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH v2 0/5] ixgbe: logging patches Date: Fri, 15 May 2015 10:08:22 -0700 Message-ID: <1431709707-5281-1-git-send-email-stephen@networkplumber.org> Cc: dev@dpdk.org To: helin.zhang@intel.com Return-path: Received: from mail-pd0-f177.google.com (mail-pd0-f177.google.com [209.85.192.177]) by dpdk.org (Postfix) with ESMTP id 9FBB52716 for ; Fri, 15 May 2015 19:08:26 +0200 (CEST) Received: by pdfh10 with SMTP id h10so18138795pdf.3 for ; Fri, 15 May 2015 10:08:25 -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" This set of patches is breakout of earlier set of patches to get rid of the log spam from ixgbe driver. Stephen Hemminger (5): ixgbe: remove unnecessary casts ixgbe: don't print PCI address on link change ixgbe: raise priority of significant events ixgbe: use RTE_LOG not rte_log ixgbe: silence noisy log messages lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 54 +++++++++++++++++-------------------- lib/librte_pmd_ixgbe/ixgbe_logs.h | 3 +-- lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 20 +++++++------- 3 files changed, 35 insertions(+), 42 deletions(-) -- 2.1.4