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

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

2015-10-15 Thread Justin Pettit
Signed-off-by: Justin Pettit --- ovn/controller/encaps.c |5 ++- ovn/controller/ovn-controller.8.xml | 17 -- ovn/controller/physical.c | 58 +++--- 3 files changed, 68 insertions(+), 12 deletions(-) diff --git a/ovn/controller/en