[ovs-dev] [PATCH] fix wrong cmd for create dpdkvhostuser in INSTALL.DPDK.md

Wei li liw at dtdream.com
Tue Jun 16 05:49:50 UTC 2015


Signed-off-by: Wei li <liw at dtdream.com>
---
 INSTALL.DPDK.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
      ```
 
-- 
1.9.5.msysgit.1





More information about the dev mailing list