From 40f185ac70bb4d2e4df8db8afc7c2e2ca59f2bdd Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Mon, 11 Dec 2017 16:18:42 +0300 Subject: vswitchd: Document netdev-dpdk commands. netdev-dpdk appctl commands added to man pages. Signed-off-by: Ilya Maximets Acked-by: Antonio Fischetti Acked-by: Mark Kavanagh Acked-by: Flavio Leitner Signed-off-by: Ian Stokes --- lib/netdev-dpdk-unixctl.man | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/netdev-dpdk-unixctl.man (limited to 'lib/netdev-dpdk-unixctl.man') 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. -- cgit v1.2.1