Re: [ovs-dev] [ovn-controller-vtep V7 1/3] ovn-controller-vtep: Add vtep module.

2015-08-20 Thread Russell Bryant
acked this earlier, but just came across something while reviewing the next patch ... let me know if I'm missing something. On 08/18/2015 05:58 PM, Alex Wang wrote: This commit adds the vtep module to ovn-controller-vtep. The module will scan through the Port_Binding table in OVN-SB database,

Re: [ovs-dev] [ovn-controller-vtep V7 1/3] ovn-controller-vtep: Add vtep module.

2015-08-20 Thread Alex Wang
On Thu, Aug 20, 2015 at 8:24 AM, Russell Bryant rbry...@redhat.com wrote: acked this earlier, but just came across something while reviewing the next patch ... let me know if I'm missing something. On 08/18/2015 05:58 PM, Alex Wang wrote: This commit adds the vtep module to

Re: [ovs-dev] [ovn-controller-vtep V7 1/3] ovn-controller-vtep: Add vtep module.

2015-08-20 Thread Alex Wang
As well as a test to cover that~ ;D On Thu, Aug 20, 2015 at 9:06 AM, Alex Wang al...@nicira.com wrote: On Thu, Aug 20, 2015 at 8:24 AM, Russell Bryant rbry...@redhat.com wrote: acked this earlier, but just came across something while reviewing the next patch ... let me know if I'm missing

Re: [ovs-dev] [ovn-controller-vtep V7 1/3] ovn-controller-vtep: Add vtep module.

2015-08-19 Thread Russell Bryant
On 08/18/2015 05:58 PM, Alex Wang wrote: 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 al...@nicira.com Acked-by: Russell Bryant

[ovs-dev] [ovn-controller-vtep V7 1/3] ovn-controller-vtep: Add vtep module.

2015-08-18 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 al...@nicira.com --- V6-V7: - change the assertion to VLOG_ERR in vtep_lswitch_run(). -