From: Wei li <l...@dtdream.com>

Signed-off-by: Wei li <l...@dtdream.com>
Signed-off-by: Ben Pfaff <b...@nicira.com>
---
This was submitted via github at:
        https://github.com/openvswitch/ovs/pull/53
I already applied it to master and branch-2.4.

diff --git a/AUTHORS b/AUTHORS
index 2240576..845d20c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -180,6 +180,7 @@ Tyler Coumbes           coum...@gmail.com
 Valient Gough           vgo...@pobox.com
 Vivien Bernet-Rollande  v...@soprive.net
 Wang Sheng-Hui          shh...@gmail.com
+Wei Li                  l...@dtdream.com
 Wei Yongjun             yj...@cn.fujitsu.com
 William Fulton
 YAMAMOTO Takashi        yamam...@midokura.com
diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md
index cdef6cf..1287fea 100644
--- a/INSTALL.DPDK.md
+++ b/INSTALL.DPDK.md
@@ -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
      ```
 
-- 
2.1.3

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to