From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7C6D0A053B; Thu, 6 Feb 2020 15:14:26 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E00801C0D2; Thu, 6 Feb 2020 15:14:25 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 0A4631C0CF for ; Thu, 6 Feb 2020 15:14:25 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id EAF532FF; Thu, 6 Feb 2020 09:14:23 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 06 Feb 2020 09:14:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=9kODTw5wNO+L5JRCDikzDflvdxfnH4HgCSIs1OP4A7c=; b=s9BkDi7we0+I BItxeGgJMoGNn7II58TgMV/80hBvr8qO69F+U6rJ//wXmqWTJno1xb3lcOOiMDHG SltG6qa7etpZwL8DGZRsj5SOWvmrabTg+b66espJH91u18GcSNFvt3CS/Tg5YvFa XWFSZ728c5z+4hQwLoK/RxK7Gan8k1c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=9kODTw5wNO+L5JRCDikzDflvdxfnH4HgCSIs1OP4A 7c=; b=qc6XOtZH2Nu55fRpd4G0hNcA4bolLMGKxwJ5loiCk21PbdrDX9HmM/bAF nV+aaZfbKkx90RxWP4LECLNNVP17vlVt+H1LeprDd7k02aKG7+5PhmNMs7nm75NC 30iCQ0sIalCf1YclZtSSqN+E0vVFnVAWWgCSYQN0aIjJJlkgArN/S4cmZU/ta5dk MUQFScW6U8ZzYZRC1dtYHMm0+MWAnZJN9sIGNBVE+aY4aJVBDu6K7uX3HQMmwyok 1DOrImycuUy/uR/9anbQkkXSkhPaG6tuDI3MZivVcLDmEBXkNGQ1XywiVvneekhP yrh+D6a546AGZNMdrZ3i0kQ3m1c8A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrheefgdeiudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B4E073280065; Thu, 6 Feb 2020 09:14:22 -0500 (EST) From: Thomas Monjalon To: Jerin Jacob Cc: dev@dpdk.org, olivier.matz@6wind.com, jerinj@marvell.com Date: Thu, 06 Feb 2020 15:14:21 +0100 Message-ID: <5378505.1B3tZ46Xf9@xps> In-Reply-To: <20200121080021.2835490-1-jerinj@marvell.com> References: <20200121080021.2835490-1-jerinj@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] bus/pci: set boot-up log prints to absolute minimum X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 21/01/2020 09:00, jerinj@marvell.com: > From: Jerin Jacob > > Some machines may have a lot of PCI devices, logs from PCI probe > creates a lot of clutter on boot-up, typically one needs > to scroll the screen to find other issues in boot-up. > > This patch changes the loglevel of PCI probes to `debug` > to reduce the clutter on default boot-up logs I think the PCI probe informations are... informational. Maybe you are just not interested in info logs. If this is the case, I suggest to change the log level at runtime.