From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: fix wrong log at startup Date: Sun, 29 Jan 2017 22:57:33 +0100 Message-ID: <3125366.pDEnhMoFaD@xps13> References: <1485274872-9377-1-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, david.marchand@6wind.com To: Olivier Matz Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 0C604BD2C for ; Sun, 29 Jan 2017 22:57:35 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id r141so8035440wmg.1 for ; Sun, 29 Jan 2017 13:57:35 -0800 (PST) In-Reply-To: <1485274872-9377-1-git-send-email-olivier.matz@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-01-24 17:21, Olivier Matz: > The log "Debug logs available - lower performance" should > now only be displayed when dataplane debug logs are enabled. > > The issue occurs only if the default log level (CONFIG_RTE_LOG_LEVEL) is > set to DEBUG in the configuration, which is not the case by default. > > Fixes: 5d8f0baf69ea ("log: do not drop debug logs at compile time") > > Signed-off-by: Olivier Matz Applied, thanks