Re: [ovs-dev] [PATCH 3/5] ovn-controller: Support VXLAN enapsulation.

2015-10-16 Thread Justin Pettit
> On Oct 15, 2015, at 1:11 PM, Ben Pfaff wrote: > > On Thu, Oct 15, 2015 at 01:54:58AM -0700, Justin Pettit wrote: >> Signed-off-by: Justin Pettit > > It looks like physical_run() will now iterate through every row in the > Port_Binding table for each VXLAN tunnel. That seems expensive. I ag

Re: [ovs-dev] [PATCH 3/5] ovn-controller: Support VXLAN enapsulation.

2015-10-15 Thread Ben Pfaff
On Thu, Oct 15, 2015 at 01:54:58AM -0700, Justin Pettit wrote: > Signed-off-by: Justin Pettit It looks like physical_run() will now iterate through every row in the Port_Binding table for each VXLAN tunnel. That seems expensive. Here's a suggested documentation update. diff --git a/ovn/ovn-arc