Scroll to navigation

DPDK-PMDINFO(1) Data Plane Development Kit DPDK-PMDINFO(1)

NAME

dpdk-pmdinfo - dump a PMDs hardware support info

The dpdk-pmdinfo tool is a Data Plane Development Kit (DPDK) utility that can dump a PMDs hardware support info.

RUNNING THE APPLICATION

The tool has a number of command line options:

dpdk-pmdinfo [-hrtp] [-d <pci id file] <elf-file>
-h, --help            Show a short help message and exit
-r, --raw             Dump as raw json strings
-d FILE, --pcidb=FILE Specify a pci database to get vendor names from
-t, --table           Output information on hw support as a hex table
-p, --plugindir       Scan dpdk for autoload plugins


NOTE:

Parameters inside the square brackets represents optional parameters.



September 7, 2018 17.11.4