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

2015-06-08 Thread Pravin Shelar
On Mon, Jun 8, 2015 at 9:33 AM, Loftus, Ciara wrote: > >> On Thu, Jun 4, 2015 at 6:53 AM, Loftus, Ciara wrote: >> > >> >> On Fri, May 22, 2015 at 8:40 AM, Ciara Loftus >> wrote: >> >> > This patch adds support for a new port type to the userspace >> >> > datapath called dpdkvhostuser. >> ... >>

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

2015-06-08 Thread Loftus, Ciara
> On Thu, Jun 4, 2015 at 6:53 AM, Loftus, Ciara wrote: > > > >> On Fri, May 22, 2015 at 8:40 AM, Ciara Loftus > wrote: > >> > This patch adds support for a new port type to the userspace > >> > datapath called dpdkvhostuser. > ... > ... > >> > + " --vhost_sock_dir DIR override de

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

2015-06-04 Thread Pravin Shelar
On Thu, Jun 4, 2015 at 6:53 AM, Loftus, Ciara wrote: > >> On Fri, May 22, 2015 at 8:40 AM, Ciara Loftus wrote: >> > This patch adds support for a new port type to the userspace >> > datapath called dpdkvhostuser. ... ... >> > + " --vhost_sock_dir DIR override default directory >>

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

2015-06-04 Thread Loftus, Ciara
> On Fri, May 22, 2015 at 8:40 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

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

2015-05-28 Thread Flavio Leitner
On Thu, May 28, 2015 at 03:24:32PM +, Gray, Mark D wrote: > > > > Just a nice update below: > > > > On Fri, May 22, 2015 at 06:13:25PM -0300, Flavio Leitner wrote: > > > On Fri, May 22, 2015 at 01:52:22PM -0700, Ethan Jackson wrote: > > > > Pravin has been handling this on our end, so he'll d

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

2015-05-28 Thread Ben Pfaff
On Thu, May 28, 2015 at 03:24:32PM +, Gray, Mark D wrote: > > On Fri, May 22, 2015 at 06:13:25PM -0300, Flavio Leitner wrote: > > > On Fri, May 22, 2015 at 01:52:22PM -0700, Ethan Jackson wrote: > > > > Pravin has been handling this on our end, so he'll do it. > > > > > > > > Btw how does this

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

2015-05-28 Thread Gray, Mark D
> > Just a nice update below: > > On Fri, May 22, 2015 at 06:13:25PM -0300, Flavio Leitner wrote: > > On Fri, May 22, 2015 at 01:52:22PM -0700, Ethan Jackson wrote: > > > Pravin has been handling this on our end, so he'll do it. > > > > > > Btw how does this perform out of curiosity? > > > > Thes

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

2015-05-28 Thread Flavio Leitner
Just a nice update below: On Fri, May 22, 2015 at 06:13:25PM -0300, Flavio Leitner wrote: > On Fri, May 22, 2015 at 01:52:22PM -0700, Ethan Jackson wrote: > > Pravin has been handling this on our end, so he'll do it. > > > > Btw how does this perform out of curiosity? > > These are devel number

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

2015-05-25 Thread Gray, Mark D
> On Fri, May 22, 2015 at 01:52:22PM -0700, Ethan Jackson wrote: > > Pravin has been handling this on our end, so he'll do it. > > > > Btw how does this perform out of curiosity? > > These are devel numbers after doing some basic tuning: > > 64bytes, 13.3~13.7Mpps OVS+DPDK forwarding between 2 DP

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

2015-05-22 Thread Pravin Shelar
On Fri, May 22, 2015 at 8:40 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-

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

2015-05-22 Thread Pravin Shelar
On Fri, May 22, 2015 at 1:33 PM, Flavio Leitner wrote: > On Fri, May 22, 2015 at 04:40:00PM +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 pro

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

2015-05-22 Thread Flavio Leitner
On Fri, May 22, 2015 at 01:52:22PM -0700, Ethan Jackson wrote: > Pravin has been handling this on our end, so he'll do it. > > Btw how does this perform out of curiosity? These are devel numbers after doing some basic tuning: 64bytes, 13.3~13.7Mpps OVS+DPDK forwarding between 2 DPDK ports. (no v

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

2015-05-22 Thread Ethan Jackson
Pravin has been handling this on our end, so he'll do it. Btw how does this perform out of curiosity? Ethan On Fri, May 22, 2015 at 1:33 PM, Flavio Leitner wrote: > On Fri, May 22, 2015 at 04:40:00PM +0100, Ciara Loftus wrote: >> This patch adds support for a new port type to the userspace >> d

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

2015-05-22 Thread Flavio Leitner
On Fri, May 22, 2015 at 04:40:00PM +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

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

2015-05-22 Thread Thomas F Herbert
On 5/22/15 11:40 AM, Ciara Loftus wrote: This patch adds support for a new port type to the userspace datapath called dpdkvhostuser. It looks good to me. It is much needed too! A new dpdkvhostuser port will create a unix domain socket which when provided to QEMU is used to facilitate communica