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