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
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
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
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
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
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
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