Re: [ovs-dev] [PATCH v8] netdev-dpdk: add dpdk vhost-user ports

2015-06-14 Thread Pravin Shelar
On Thu, Jun 4, 2015 at 6:51 AM, Ciara Loftus wrote: > This patch adds support for a new port type to the userspace > datapath called dpdkvhostuser. > > A new dpdkvhostuser port will create a unix domain socket which > when provided to QEMU is used to facilitate communication between > the virtio-n

Re: [ovs-dev] [PATCH v8] netdev-dpdk: add dpdk vhost-user ports

2015-06-09 Thread Flavio Leitner
On Thu, Jun 04, 2015 at 02:51:40PM +0100, Ciara Loftus wrote: > This patch adds support for a new port type to the userspace > datapath called dpdkvhostuser. > > A new dpdkvhostuser port will create a unix domain socket which > when provided to QEMU is used to facilitate communication between > th