> 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
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
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