Re: [ovs-dev] [Patch V10] ovn-controller-vtep: Add vtep module.

2015-09-14 Thread ALeX Wang
Thx for the review, Applied to master~, On 14 September 2015 at 16:12, Justin Pettit wrote: > > > On Sep 13, 2015, at 1:58 PM, Alex Wang wrote: > > > > --- a/ovn/controller-vtep/gateway.c > > +++ b/ovn/controller-vtep/gateway.c > > @@ -189,7 +189,8 @@ gateway_run(struct controller_vtep_ctx *ct

Re: [ovs-dev] [Patch V10] ovn-controller-vtep: Add vtep module.

2015-09-14 Thread Justin Pettit
> On Sep 13, 2015, at 1:58 PM, Alex Wang wrote: > > --- a/ovn/controller-vtep/gateway.c > +++ b/ovn/controller-vtep/gateway.c > @@ -189,7 +189,8 @@ gateway_run(struct controller_vtep_ctx *ctx) > } > > /* Destroys the chassis table entries for vtep physical switches. > - * Returns true when all

[ovs-dev] [Patch V10] ovn-controller-vtep: Add vtep module.

2015-09-13 Thread Alex Wang
This commit adds the vtep module to ovn-controller-vtep. The module will scan through the Port_Binding table in OVN-SB database, and update the vtep logcial switches tunnel keys. Signed-off-by: Alex Wang Acked-by: Russell Bryant Acked-by: Justin Pettit --- V9->V10: - Refine comments with sugge