From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Iremonger, Bernard" Subject: Re: [PATCH v10 22/27] app/testpmd: add show device command Date: Tue, 10 Jul 2018 14:45:48 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260CC6C01@IRSMSX107.ger.corp.intel.com> References: <91715e428e019756b945f665cfade4eee6749960.1530791217.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: Gaetan Rivet , "dev@dpdk.org" Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1EF7F1B43E for ; Tue, 10 Jul 2018 16:45:51 +0200 (CEST) In-Reply-To: <91715e428e019756b945f665cfade4eee6749960.1530791217.git.gaetan.rivet@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Gaetan Rivet > Sent: Thursday, July 5, 2018 12:48 PM > To: dev@dpdk.org > Cc: Gaetan Rivet > Subject: [dpdk-dev] [PATCH v10 22/27] app/testpmd: add show device > command >=20 > A new interactive command is offered: >=20 > show device >=20 > This commands lists all rte_device element matching the device descriptio= n. > e.g.: >=20 > show device bus=3Dpci > show device bus=3Dvdev > show device bus=3Dvdev/class=3Deth > show device bus=3Dvdev,driver=3Dnet_ring/class=3Deth > show device bus=3Dvdev/class=3Deth,name=3Dnet_ring0 >=20 > These devices may not be otherwise useful, some buses will spawn devices > to keep track of their assets without having a driver to use them. >=20 > Signed-off-by: Gaetan Rivet Acked-by: Bernard Iremonger