[dpdk-dev] [PATCH v10 22/27] app/testpmd: add show device command
Iremonger, Bernard
bernard.iremonger at intel.com
Tue Jul 10 16:45:48 CEST 2018
> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Gaetan Rivet
> Sent: Thursday, July 5, 2018 12:48 PM
> To: dev at dpdk.org
> Cc: Gaetan Rivet <gaetan.rivet at 6wind.com>
> Subject: [dpdk-dev] [PATCH v10 22/27] app/testpmd: add show device
> command
>
> A new interactive command is offered:
>
> show device <device description>
>
> This commands lists all rte_device element matching the device description.
> e.g.:
>
> show device bus=pci
> show device bus=vdev
> show device bus=vdev/class=eth
> show device bus=vdev,driver=net_ring/class=eth
> show device bus=vdev/class=eth,name=net_ring0
>
> 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.
>
> Signed-off-by: Gaetan Rivet <gaetan.rivet at 6wind.com>
Acked-by: Bernard Iremonger <bernard.iremonger at intel.com>
More information about the dev
mailing list