Re: [ovs-dev] [patch_v8] ovn: Fix receive from vxlan in ovn-controller.

2016-08-10 Thread Justin Pettit
> On Aug 10, 2016, at 5:29 PM, Darrell Ball wrote: > > I commented below - they are fine. Great. I pushed it to master. Thanks for fixing this long-standing issue. --Justin ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/l

Re: [ovs-dev] [patch_v8] ovn: Fix receive from vxlan in ovn-controller.

2016-08-10 Thread Darrell Ball
On Wed, Aug 10, 2016 at 4:33 PM, Justin Pettit wrote: > > > On Aug 8, 2016, at 7:20 PM, Darrell Ball wrote: > > > > > > diff --git a/ovn/controller/physical.c b/ovn/controller/physical.c > > index 589b053..43885fd 100644 > > --- a/ovn/controller/physical.c > > +++ b/ovn/controller/physical.c > >

Re: [ovs-dev] [patch_v8] ovn: Fix receive from vxlan in ovn-controller.

2016-08-10 Thread Justin Pettit
> On Aug 8, 2016, at 7:20 PM, Darrell Ball wrote: > > > diff --git a/ovn/controller/physical.c b/ovn/controller/physical.c > index 589b053..43885fd 100644 > --- a/ovn/controller/physical.c > +++ b/ovn/controller/physical.c > @@ -496,6 +496,21 @@ consider_port_binding(enum mf_field_id mff_ovn_ge

[ovs-dev] [patch_v8] ovn: Fix receive from vxlan in ovn-controller.

2016-08-08 Thread Darrell Ball
The changes enable source node replication in OVN for receive from Vxlan tunnels. OVN only supports source node replication mode. This is needed for ovn-controller to interoperate with hardware switches. Previously hardware vtep interaction, which uses service node replication by default for mul