From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jul 2018 07:45:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,334,1526367600"; d="scan'208";a="70187341" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga004.fm.intel.com with ESMTP; 10 Jul 2018 07:45:49 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX101.ger.corp.intel.com ([169.254.1.185]) with mapi id 14.03.0319.002; Tue, 10 Jul 2018 15:45:48 +0100 From: "Iremonger, Bernard" To: Gaetan Rivet , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v10 22/27] app/testpmd: add show device command Thread-Index: AQHUFFbR7vZb6ucQVUeLOJ/uqEP2U6SIkFqw 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> In-Reply-To: <91715e428e019756b945f665cfade4eee6749960.1530791217.git.gaetan.rivet@6wind.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDk0YmEzM2ItNzkzYy00Y2IwLTg4M2YtYzU1MmY2ZjcxNzRmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNUhcL082aFBcL29SRnM3V2hKME9YM1U1cVY5TkEzXC9XQzRBdXRYVXY1K0tZOE1iOFdVZlB5TE5zMmc1bGVSR0IwUiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v10 22/27] app/testpmd: add show device command 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: Tue, 10 Jul 2018 14:45:52 -0000 > -----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