summaryrefslogtreecommitdiff
path: root/lib/netdev-dpdk-unixctl.man
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2017-12-11 16:18:42 +0300
committerIan Stokes <ian.stokes@intel.com>2017-12-20 21:07:46 +0000
commit40f185ac70bb4d2e4df8db8afc7c2e2ca59f2bdd (patch)
treeae580778669dc125169f1ae79a8e43c966ef6cf8 /lib/netdev-dpdk-unixctl.man
parentfa233667eecac83c68662702622f4d0c66d2364b (diff)
downloadopenvswitch-40f185ac70bb4d2e4df8db8afc7c2e2ca59f2bdd.tar.gz
vswitchd: Document netdev-dpdk commands.
netdev-dpdk appctl commands added to man pages. Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Acked-by: Antonio Fischetti <antonio.fischetti@intel.com> Acked-by: Mark Kavanagh <mark.b.kavanagh@intel.com> Acked-by: Flavio Leitner <fbl@redhat.com> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Diffstat (limited to 'lib/netdev-dpdk-unixctl.man')
-rw-r--r--lib/netdev-dpdk-unixctl.man9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/netdev-dpdk-unixctl.man b/lib/netdev-dpdk-unixctl.man
new file mode 100644
index 000000000..5af6ecaa1
--- /dev/null
+++ b/lib/netdev-dpdk-unixctl.man
@@ -0,0 +1,9 @@
+.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.