From: Wei li <[email protected]> Signed-off-by: Wei li <[email protected]> Signed-off-by: Ben Pfaff <[email protected]> --- 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 [email protected] Valient Gough [email protected] Vivien Bernet-Rollande [email protected] Wang Sheng-Hui [email protected] +Wei Li [email protected] Wei Yongjun [email protected] William Fulton YAMAMOTO Takashi [email protected] 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 [email protected] http://openvswitch.org/mailman/listinfo/dev
