f-stack/dpdk/doc/guides/tools/pmdinfo.rst

30 lines
851 B
ReStructuredText
Raw Normal View History

2020-06-18 16:55:50 +00:00
.. SPDX-License-Identifier: BSD-3-Clause
Copyright(c) 2016 Canonical Limited. All rights reserved.
2017-04-21 10:43:26 +00:00
dpdk-pmdinfo Application
========================
2017-04-21 10:43:26 +00:00
The ``dpdk-pmdinfo`` tool is a Data Plane Development Kit (DPDK) utility that
can dump a PMDs hardware support info.
2017-04-21 10:43:26 +00:00
Running the Application
-----------------------
2017-04-21 10:43:26 +00:00
The tool has a number of command line options:
2017-04-21 10:43:26 +00:00
.. code-block:: console
2017-04-21 10:43:26 +00:00
dpdk-pmdinfo [-hrtp] [-d <pci id file] <elf-file>
2017-04-21 10:43:26 +00:00
-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.