Re: [ovs-dev] [PATCH] ovs-vtep: Support userspace datapaths.

2015-06-16 Thread Daniele Di Proietto
On 15/06/2015 20:40, "Alex Wang" wrote: >I actually have a similar patch in my ovn for vtep series. but instead, I >added >a new command-line option for that... But goal is the same, => use >different >datapath type (dummy in my case). > >So, I'm fine with this change, and will drop mine, look

Re: [ovs-dev] [PATCH] ovs-vtep: Support userspace datapaths.

2015-06-16 Thread Daniele Di Proietto
On 15/06/2015 19:28, "Gurucharan Shetty" wrote: >On Mon, Jun 15, 2015 at 11:09 AM, Daniele Di Proietto > wrote: >> With this commit, the VTEP emulator detects the datapath_type of the >> bridge used as a "physical" switch, and creates subsequent bridges >> with the same type. This allows ovs-v

Re: [ovs-dev] [PATCH] ovs-vtep: Support userspace datapaths.

2015-06-15 Thread Alex Wang
I actually have a similar patch in my ovn for vtep series. but instead, I added a new command-line option for that... But goal is the same, => use different datapath type (dummy in my case). So, I'm fine with this change, and will drop mine, looks good, On Mon, Jun 15, 2015 at 11:36 AM, Ben Pfa

Re: [ovs-dev] [PATCH] ovs-vtep: Support userspace datapaths.

2015-06-15 Thread Ben Pfaff
On Mon, Jun 15, 2015 at 11:28:12AM -0700, Gurucharan Shetty wrote: > On Mon, Jun 15, 2015 at 11:09 AM, Daniele Di Proietto > wrote: > > With this commit, the VTEP emulator detects the datapath_type of the > > bridge used as a "physical" switch, and creates subsequent bridges > > with the same type

Re: [ovs-dev] [PATCH] ovs-vtep: Support userspace datapaths.

2015-06-15 Thread Ben Pfaff
On Mon, Jun 15, 2015 at 07:09:29PM +0100, Daniele Di Proietto wrote: > With this commit, the VTEP emulator detects the datapath_type of the > bridge used as a "physical" switch, and creates subsequent bridges > with the same type. This allows ovs-vtep to work with the userspace > datapath. > > Si

Re: [ovs-dev] [PATCH] ovs-vtep: Support userspace datapaths.

2015-06-15 Thread Gurucharan Shetty
On Mon, Jun 15, 2015 at 11:09 AM, Daniele Di Proietto wrote: > With this commit, the VTEP emulator detects the datapath_type of the > bridge used as a "physical" switch, and creates subsequent bridges > with the same type. This allows ovs-vtep to work with the userspace > datapath. > > Signed-off

[ovs-dev] [PATCH] ovs-vtep: Support userspace datapaths.

2015-06-15 Thread Daniele Di Proietto
With this commit, the VTEP emulator detects the datapath_type of the bridge used as a "physical" switch, and creates subsequent bridges with the same type. This allows ovs-vtep to work with the userspace datapath. Signed-off-by: Daniele Di Proietto --- vtep/ovs-vtep | 12 ++-- 1 file ch