From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] devbind: don't display non-existent device categories Date: Thu, 22 Nov 2018 18:12:56 +0100 Message-ID: <2321597.iDRxu9RN5K@xps> References: <07b7c67be5adc770b028212ef8918d4ae8f11255.1542127066.git.anatoly.burakov@intel.com> <9ee6c634ef079abef070a72fff26d06e364a609b.1542623365.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, david.hunt@intel.com, john.mcnamara@intel.com, ferruh.yigit@intel.com, keith.wiles@intel.com To: Anatoly Burakov 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) In-Reply-To: <9ee6c634ef079abef070a72fff26d06e364a609b.1542623365.git.anatoly.burakov@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" 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.