Re: [ovs-dev] Q on vhost-user and virtio

2018-06-08 Thread Flavio Leitner
On Fri, Jun 08, 2018 at 08:29:10AM -0700, Ravi Kerur wrote: > I understand vhost-user and virtio protocol. When you say "The vhost-user > side in OVS is supported and tested. ", what was your testbed configuration > and how did you test it? It is used by OpenStack. NFV is a big use case. --

Re: [ovs-dev] Q on vhost-user and virtio

2018-06-08 Thread Flavio Leitner
On Fri, Jun 08, 2018 at 07:10:26AM -0700, Ravi Kerur wrote: > I am referring to upstream code. I want to use OVS vhost-user on a host and > dpdk-app inside a container using virtio-user connect to OVS_vhost_user. Is > this use-case supported/tested? The vhost-user is a master-slave protocol. The

Re: [ovs-dev] Q on vhost-user and virtio

2018-06-08 Thread Ravi Kerur
On Fri, Jun 8, 2018 at 6:06 AM, Flavio Leitner wrote: > On Thu, Jun 07, 2018 at 05:09:46PM -0700, Ravi Kerur wrote: > > Hi, > > > > I have a use-case and I want to > > > > (1) create vhost-user ports on OVS-DPDK running on a host > > (2) in a container a dpdk-based application using virtio-user

Re: [ovs-dev] Q on vhost-user and virtio

2018-06-08 Thread Flavio Leitner
On Thu, Jun 07, 2018 at 05:09:46PM -0700, Ravi Kerur wrote: > Hi, > > I have a use-case and I want to > > (1) create vhost-user ports on OVS-DPDK running on a host > (2) in a container a dpdk-based application using virtio-user connecting to > vhost-user ports via sockets. > > I looked at

[ovs-dev] Q on vhost-user and virtio

2018-06-07 Thread Ravi Kerur
Hi, I have a use-case and I want to (1) create vhost-user ports on OVS-DPDK running on a host (2) in a container a dpdk-based application using virtio-user connecting to vhost-user ports via sockets. I looked at following 2 links from Intel which shows how-to configure vhost-user and