From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] usertools: add status-dev argument to devbind Date: Sun, 30 Apr 2017 14:45:56 +0200 Message-ID: <3801726.CAdj7BrfdN@xps> References: <20170426115810.495-1-ferruh.yigit@intel.com> <20170427175537.26147-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 614E2691A for ; Sun, 30 Apr 2017 14:45:59 +0200 (CEST) In-Reply-To: <20170427175537.26147-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" 27/04/2017 19:55, 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 adds new --status-dev argument to the script to select > a device group to display status. > > Supported device groups: > net > crypto > event > mempool > > Sample usage: > ./usertools/dpdk-devbind.py --status-dev mempool > > Signed-off-by: Ferruh Yigit Applied, thanks