doc: document device dump in procinfo guide

The --show-port-private option was not documented.

Fixes: bb947a7264 ("app/procinfo: dump device private info")

Signed-off-by: Dongdong Liu <liudongdong3@huawei.com>
Signed-off-by: David Marchand <david.marchand@redhat.com>
This commit is contained in:
Dongdong Liu 2022-10-11 19:18:43 +08:00 committed by David Marchand
parent 2a65f12f6a
commit dd2658f8d0

View File

@ -19,7 +19,8 @@ The application has a number of command line options:
./<build_dir>/app/dpdk-proc-info -- -m | [-p PORTMASK] [--stats | --xstats |
--stats-reset | --xstats-reset] [ --show-port | --show-tm | --show-crypto |
--show-ring[=name] | --show-mempool[=name] | --iter-mempool=name ]
--show-ring[=name] | --show-mempool[=name] | --iter-mempool=name |
--show-port-private ]
Parameters
~~~~~~~~~~
@ -69,6 +70,9 @@ mempool. For invalid or no mempool name, whole list is dump.
The iter-mempool parameter iterates and displays mempool elements specified
by name. For invalid or no mempool name no elements are displayed.
**--show-port-private**
The show-port-private parameter displays ports private information.
Limitations
-----------