]> git.proxmox.com Git - mirror_ovs.git/blob - lib/netdev-dpdk-unixctl.man
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / lib / netdev-dpdk-unixctl.man
1 .SS "NETDEV-DPDK COMMANDS"
2 These commands manage DPDK related ports (\fBtype=\fR\fIdpdk*\fR).
3 .IP "\fBnetdev-dpdk/set-admin-state\fR [\fIinterface\fR] \fBup\fR | \fBdown\fR"
4 Change the admin state for DPDK \fIinterface\fR to \fBup\fR or \fBdown\fR.
5 If \fIinterface\fR is not specified, then it applies to all DPDK ports.
6 .IP "\fBnetdev-dpdk/detach\fR \fIpci-address\fR"
7 Detaches device with corresponding \fIpci-address\fR from DPDK. This command
8 can be used to detach device if it wasn't detached automatically after port
9 deletion. Refer to the documentation for details and instructions.
10 .IP "\fBnetdev-dpdk/get-mempool-info\fR [\fIinterface\fR]"
11 Prints the debug information about memory pool used by DPDK \fIinterface\fR.
12 If called without arguments, information of all the available mempools will
13 be printed. For additional mempool statistics enable
14 \fBCONFIG_RTE_LIBRTE_MEMPOOL_DEBUG\fR while building DPDK.