From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 3/6] ixgbe: allow pruning log during build Date: Thu, 30 Jul 2015 19:31:20 +0200 Message-ID: <4101976.0ECuOVF5zn@xps13> References: <1436482868-7400-1-git-send-email-stephen@networkplumber.org> <1436482868-7400-4-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Stephen Hemminger To: Stephen Hemminger Return-path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 3B1D0C6CA for ; Thu, 30 Jul 2015 20:23:16 +0200 (CEST) Received: by wicmv11 with SMTP id mv11so31189329wic.0 for ; Thu, 30 Jul 2015 11:23:16 -0700 (PDT) In-Reply-To: <1436482868-7400-4-git-send-email-stephen@networkplumber.org> 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" 2015-07-09 16:01, Stephen Hemminger: > From: Stephen Hemminger > > The ixgbe driver was not following DPDK convention and > was leaving loggin always in even if LOG_LEVEL was configured > to disable debug logs. > > Signed-off-by: Stephen Hemminger This series is fixing e1000 and ixgbe. There is the same issue with i40e, fm10k and bnx2x. I will fix them in the same way. For consistency, examples/l3fwd-power and eal_common_tailqs.c should use RTE_LOG instead of rte_log.