INSTALL.DPDK.md: Fix wrong command for creating dpdkvhostuser.
authorWei li <liw@dtdream.com>
Mon, 29 Jun 2015 10:35:13 +0000 (18:35 +0800)
committerBen Pfaff <blp@nicira.com>
Wed, 1 Jul 2015 20:34:53 +0000 (13:34 -0700)
Signed-off-by: Wei li <liw@dtdream.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
INSTALL.DPDK.md

diff --git a/AUTHORS b/AUTHORS
index cebab48..018d396 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -179,6 +179,7 @@ Tyler Coumbes           coumbes@gmail.com
 Valient Gough           vgough@pobox.com
 Vivien Bernet-Rollande  vbr@soprive.net
 Wang Sheng-Hui          shhuiw@gmail.com
+Wei Li                  liw@dtdream.com
 Wei Yongjun             yjwei@cn.fujitsu.com
 William Fulton
 YAMAMOTO Takashi        yamamoto@midokura.com
index cdef6cf..1287fea 100644 (file)
@@ -355,7 +355,7 @@ have arbitrary names.
   -  For vhost-user, the name of the port type is `dpdkvhostuser`
 
      ```
-     ovs-ofctl add-port br0 vhost-user-1 -- set Interface vhost-user-1
+     ovs-vsctl add-port br0 vhost-user-1 -- set Interface vhost-user-1
      type=dpdkvhostuser
      ```
 
@@ -461,7 +461,7 @@ arbitrary names.
   -  For vhost-cuse, the name of the port type is `dpdkvhostcuse`
 
      ```
-     ovs-ofctl add-port br0 vhost-cuse-1 -- set Interface vhost-cuse-1
+     ovs-vsctl add-port br0 vhost-cuse-1 -- set Interface vhost-cuse-1
      type=dpdkvhostcuse
      ```