From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] usertools: reduce devbind status output Date: Wed, 26 Apr 2017 15:09:04 +0200 Message-ID: <2699850.F1Pslrmx9H@xps> References: <20170426115810.495-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 4AC5EA2F for ; Wed, 26 Apr 2017 15:09:06 +0200 (CEST) In-Reply-To: <20170426115810.495-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" 26/04/2017 13:58, Ferruh Yigit: > Script displays status for all device types and output is much > longer than it used to be. This makes harder to read script output. > > This patch reduces output to the script into a device group which can be > defined with new -t,--type parameter to script. > > Supported types: > net > crypto > mempool > eventdev > > If no device type provided status will print net devices by default. > > Sample usage: > ./usertools/dpdk-devbind.py -s -t mempool [...] > + -t, --type: > + Select device group to print status. > + Device group can be network, crypto, eventdev or mempool. > + Type argument can be emitted, by default "network" group used. s/emitted/omitted/ I think it would be better to default to all types.