From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=aS++CvGvewaawAiYf5vFXM3v29At65WdLv0pLGFTRhk=; b=hb+c0tYHrWHmdGVv00VPos3C/0xtpHAMdaZ4kVVzgs34fY6G0CKjHSq+QI2tMjpNMH O+VBUBnEnjSnuY6PbwF8sya/E32mHFZsqVzfVvAYAf9HK7rjJXiCn8hyq+99q8NIxhJh IdmWHshxim+pZ8Eble4BsVIADbBXfnFEML4yHw1uOL6CPdDoPNhJcXt9zc6zxIodp7my /0K/t9g+P5vOVKG/n1leqSYjhEr7UWfm/ZRUbVdKx1oJ+ZrH03VIdM+PYyIAUYyHVWro qtZ9jdXn3gDxZ07p1N8bD2m4zqJkgPHOyXcGH5+8BXoWAQDX0YppT5p8cBIkIw3yqcS+ IrpQ== X-Gm-Message-State: ALoCoQnhDIG4ryM4B0wAGInMRIaapOGaA3yPz6iAkOsqG8OidgLn2jgl39suG0WTApWXh2ivoaJD X-Received: by 10.68.57.142 with SMTP id i14mr16969093pbq.135.1431709705907; Fri, 15 May 2015 10:08:25 -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 sc1sm2415592pac.36.2015.05.15.10.08.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 15 May 2015 10:08:24 -0700 (PDT) From: Stephen Hemminger To: helin.zhang@intel.com Date: Fri, 15 May 2015 10:08:22 -0700 Message-Id: <1431709707-5281-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH v2 0/5] ixgbe: logging patches 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, 15 May 2015 17:08:27 -0000 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