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

gowrishankar gowrishankar.m at linux.vnet.ibm.com
Tue Jun 16 05:53:07 UTC 2015


Also updated an additional correction as in :
http://openvswitch.org/pipermail/dev/2015-June/056379.html

Could you include that as well.

Thanks,
Gowrishankar

On Tuesday 16 June 2015 11:19 AM, Wei li wrote:
> 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
>        ```
>   





More information about the dev mailing list