From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 2A4878E1C for ; Thu, 26 Apr 2018 17:48:21 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AAB6221058; Thu, 26 Apr 2018 11:48:20 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 26 Apr 2018 11:48:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=RoVh6TyfUBBOxNbsQtkCO4qtLQ eL+j5HXSvNR7xhW1M=; b=Ll1SpvhuT5sUEqPh9hij29CBLgBxsj2BI5Yk6BOJ7r 9wEOPG/Sthm/Qdgey7jKTNlmB4MlgTYXZ338pBLAdMkZN5xI2Mi7pbmMzWnwQue6 Wm3SI396w1nk4bqqGG/jzgwTiqW2ZEoSS+GN1OtjBU5uF/rHmQkDU0kERhEf0Qwd Y= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=RoVh6T yfUBBOxNbsQtkCO4qtLQeL+j5HXSvNR7xhW1M=; b=hzP015XbLWXWI/sEdcmBJW zEI6QCU9/oKZfDq7vyjgR8z8GnYopqBMCJfdIvG5G4D/j7UJzn49KX0dH+ay7CeF uNWqesHiWnSlLDdOMflKmiei6gQz3x8cxtJIoBiJUhYxt9wsE8vLKRc383M3oWiX HfrqH2QnQk79y4AGyT/5XU75gb7sit64+82ThXwnzR6z3F3xI1XIzlf/s8b3Ut4u ePVXqJaI/SjnPeETjJewVfMoOKhK6jZSAppC/KpaeFapYBeAqWvxYmEEzv3mkOqz ymqmOr4l7c5CRgwikDhc1Mv+VWOjXWV2zOfce4OkhX4NsUxF8d12ZoJm+KJUqEIA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D9061E4924; Thu, 26 Apr 2018 11:48:19 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, hemant.agrawal@nxp.com, shreyansh.jain@nxp.com Date: Thu, 26 Apr 2018 17:48:18 +0200 Message-ID: <1953904.Ajhzlp8a9A@xps> In-Reply-To: <20180425231637.32642-1-stephen@networkplumber.org> References: <20180425231637.32642-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] dpaa2: do not log messages if bus not present 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: , X-List-Received-Date: Thu, 26 Apr 2018 15:48:21 -0000 26/04/2018 01:16, Stephen Hemminger: > A typical distribution will compile with default config and all > buses enabled. Therefore every driver should be silent and not > log anything for this normal case. > > This patch gets rid of these messages when running on basic x86 > environment such as bare metal or VM. > > fslmc: DPAA2: DPRC not available > fslmc: FSLMC Bus Not Available. Skipping > > Signed-off-by: Stephen Hemminger Applied, thanks