2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-05 00:35:33 +00:00

dpdk: Add ovs-appctl dpdk/get-memzone-stats command.

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>
This commit is contained in:
Eli Britstein
2025-01-21 12:41:38 +02:00
committed by Eelco Chaudron
parent 1594c50861
commit ae8dafe6b0
3 changed files with 6 additions and 0 deletions

View File

@@ -15,5 +15,7 @@ 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
.