From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal/pci: reduce log verbosity Date: Tue, 27 Jun 2017 16:30:35 +0200 Message-ID: <11907939.4Xh98ivFb4@xps> References: <20170627142334.18766-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, shreyansh.jain@nxp.com To: Ferruh Yigit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 45CB8374 for ; Tue, 27 Jun 2017 16:30:37 +0200 (CEST) In-Reply-To: <20170627142334.18766-1-ferruh.yigit@intel.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" 27/06/2017 16:23, Ferruh Yigit: > When debug level logging enabled (--log-level=8) each driver failed to > probe the device printed, like: > > EAL: Driver (net_ark) doesn't match the device > EAL: Driver (net_avp) doesn't match the device > EAL: Driver (net_bnxt) doesn't match the device > EAL: Driver (net_cxgbe) doesn't match the device > EAL: Driver (net_e1000_igb) doesn't match the device > EAL: Driver (net_e1000_igb_vf) doesn't match the device > EAL: Driver (net_e1000_em) doesn't match the device > EAL: Driver (net_ena) doesn't match the device > EAL: Driver (net_enic) doesn't match the device > EAL: Driver (net_fm10k) doesn't match the device > EAL: Driver (net_i40e) doesn't match the device > EAL: Driver (net_i40e_vf) doesn't match the device > .... > > Overall hundreds of similar lines printed, because all drivers printed > for all devices. This is too much noise and there is already a log > message printed when device matched. > > Removing the debug log completely. > > Signed-off-by: Ferruh Yigit Applied, thanks