From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 1D6E01B4CA for ; Thu, 22 Nov 2018 18:12:59 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 85293222B2; Thu, 22 Nov 2018 12:12:58 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 22 Nov 2018 12:12:58 -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=YSycm7rpOIkDUH9HrTspRTHOkqbaeBUWgPhdyqgNDh4=; b=JZcHJ1OrVGYJ LzkrObMrAPnu1OR2HBFPgGHd7fowQBCLoWDHH7Mw0F8NuZk9wjS0lKEaHUEQpsuj kvt2LN8CtnGFU4jZsYCk2Kx+G5id/vmqDZOvPkIcCrdUNO3iCoC6Jg6USTKp+dGq u30G9aLBvEc+P+hEosyTlT7+uTFmwgw= 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=fm1; bh=YSycm7rpOIkDUH9HrTspRTHOkqbaeBUWgPhdyqgND h4=; b=mZdpKg8sy/ZmFFyK5jv1e2Q1gsMWVHxzhgS3GDQODBUUVHYIJWWrHa2xp UtZMEgB0nOBqedgZuuk3+GDqpsJrX6Ynp6O8wlf7WpbzIwEqYKxf4Gkj/9XIKsTn ZToG2DKiKPuIvpP9XnDiBo3ix1mYi/4vrkIxO/BF/jJ8wMuumkNB5bxNJmHvWZNW VVrulWNQIsMuxXTSzkqQq+qoFsPNhzrbxZqO7CipWXnupSisvph/afyVPieBn/Ir IvCw/htGfPU7FT4F7ASa+RwYEEO1+FDbSwk5fyGOy1hACPkV/+L9VjMbn1ceVN+z oHHvvxaRpsgJ/JIaja99WFt2xuIwQ== X-ME-Sender: 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 66155102DD; Thu, 22 Nov 2018 12:12:57 -0500 (EST) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, david.hunt@intel.com, john.mcnamara@intel.com, ferruh.yigit@intel.com, keith.wiles@intel.com Date: Thu, 22 Nov 2018 18:12:56 +0100 Message-ID: <2321597.iDRxu9RN5K@xps> In-Reply-To: <9ee6c634ef079abef070a72fff26d06e364a609b.1542623365.git.anatoly.burakov@intel.com> References: <07b7c67be5adc770b028212ef8918d4ae8f11255.1542127066.git.anatoly.burakov@intel.com> <9ee6c634ef079abef070a72fff26d06e364a609b.1542623365.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] devbind: don't display non-existent device categories 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, 22 Nov 2018 17:12:59 -0000 19/11/2018 11:33, Anatoly Burakov: > If there aren't any devices of a particular category on user's > system, we still display them, which is bad for usability. Fix > devbind to not print out a category unless there are devices in > it. > > Signed-off-by: Anatoly Burakov > Reviewed-by: David Hunt Applied, thanks I think we can strip output more and remove "no detected" messages.