Re: [ovs-dev] [PATCH v3 09/16] ovn-controller: Avoid forced recompute when not needed

2018-06-04 Thread Han Zhou
On Mon, Jun 4, 2018 at 3:50 PM, Ben Pfaff wrote: > > On Fri, Jun 01, 2018 at 10:41:59AM -0700, Han Zhou wrote: > > Signed-off-by: Han Zhou > > This seems like a refinement of the incremental processing engine > mainly. Is there a reason it can only happen in this point in the > series? In

Re: [ovs-dev] [PATCH v3 09/16] ovn-controller: Avoid forced recompute when not needed

2018-06-04 Thread Ben Pfaff
On Fri, Jun 01, 2018 at 10:41:59AM -0700, Han Zhou wrote: > Signed-off-by: Han Zhou This seems like a refinement of the incremental processing engine mainly. Is there a reason it can only happen in this point in the series? In other words, can this be folded into patch 1?

[ovs-dev] [PATCH v3 09/16] ovn-controller: Avoid forced recompute when not needed

2018-06-01 Thread Han Zhou
Signed-off-by: Han Zhou --- ovn/controller/ovn-controller.c | 13 + ovn/lib/inc-proc-eng.c | 20 ovn/lib/inc-proc-eng.h | 4 3 files changed, 33 insertions(+), 4 deletions(-) diff --git a/ovn/controller/ovn-controller.c