2017-12-11 16:18:42 +03:00
|
|
|
.SS "NETDEV-DPDK COMMANDS"
|
|
|
|
These commands manage DPDK related ports (\fBtype=\fR\fIdpdk*\fR).
|
|
|
|
.IP "\fBnetdev-dpdk/set-admin-state\fR [\fIinterface\fR] \fBup\fR | \fBdown\fR"
|
|
|
|
Change the admin state for DPDK \fIinterface\fR to \fBup\fR or \fBdown\fR.
|
|
|
|
If \fIinterface\fR is not specified, then it applies to all DPDK ports.
|
|
|
|
.IP "\fBnetdev-dpdk/detach\fR \fIpci-address\fR"
|
|
|
|
Detaches device with corresponding \fIpci-address\fR from DPDK. This command
|
|
|
|
can be used to detach device if it wasn't detached automatically after port
|
|
|
|
deletion. Refer to the documentation for details and instructions.
|
2017-12-11 16:18:43 +03:00
|
|
|
.IP "\fBnetdev-dpdk/get-mempool-info\fR [\fIinterface\fR]"
|
|
|
|
Prints the debug information about memory pool used by DPDK \fIinterface\fR.
|
|
|
|
If called without arguments, information of all the available mempools will
|
|
|
|
be printed. For additional mempool statistics enable
|
|
|
|
\fBCONFIG_RTE_LIBRTE_MEMPOOL_DEBUG\fR while building DPDK.
|