mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
New appctl 'dpdk/get-memzone-stats' implemented to get result of 'rte_memzone_dump()' function. Could be used for debugging. Acked-by: Roi Dayan <roid@nvidia.com> Acked-by: Simon Horman <horms@ovn.org> Signed-off-by: Eli Britstein <elibr@nvidia.com> Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
22 lines
1.0 KiB
Groff
22 lines
1.0 KiB
Groff
.SS "DPDK COMMANDS"
|
|
These commands manage DPDK components.
|
|
.IP "\fBdpdk/lcore-list\fR"
|
|
Lists the DPDK lcores and their cpu affinity.
|
|
When RTE_MAX_LCORE lcores are registered, some OVS PMD threads won't appear.
|
|
.IP "\fBdpdk/log-list\fR"
|
|
Lists all DPDK components that emit logs and their logging levels.
|
|
.IP "\fBdpdk/log-set\fR [\fIspec\fR]"
|
|
Sets DPDK components logging level. Without any \fIspec\fR, sets the logging
|
|
\fBlevel\fR for all DPDK components to \fBdebug\fR. Otherwise, \fIspec\fR is a
|
|
list of words separated by spaces: a word can be either a logging \fBlevel\fR
|
|
(\fBemergency\fR, \fBalert\fR, \fBcritical\fR, \fBerror\fR, \fBwarning\fR,
|
|
\fBnotice\fR, \fBinfo\fR or \fBdebug\fR) or a \fBpattern\fR matching DPDK
|
|
components (see \fBdpdk/log-list\fR command on \fBovs\-appctl\fR(8)) separated
|
|
by a colon from the logging \fBlevel\fR to apply.
|
|
.IP "\fBdpdk/get-malloc-stats\fR"
|
|
Prints the heap information statistics about DPDK malloc.
|
|
.IP "\fBdpdk/get-memzone-stats\fR"
|
|
Prints the reserved memory zones from DPDK.
|
|
.RE
|
|
.
|