ovn-controller: Add incremental processing to lflow_run and physical_run
authorRyan Moats <rmoats@us.ibm.com>
Mon, 18 Jul 2016 21:21:17 +0000 (16:21 -0500)
committerBen Pfaff <blp@ovn.org>
Wed, 20 Jul 2016 03:02:32 +0000 (20:02 -0700)
commit70c7cfef188b5ae9940abd5b7d9fe46b1fa88c8e
treee68a0c472c8ce0b923a481b0fd12bca29f60b68a
parent48ff3e25abe31b761d2d3f3a2fd6ccaa783c79dc
ovn-controller: Add incremental processing to lflow_run and physical_run

This code changes to allow incremental processing of the
logical flow and physical binding tables whenver possible.

Note: flows created by physical_run for multicast_groups are
*NOT* handled incrementally due to to be solved issues
with GWs and local routers.

Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovn/controller/binding.c
ovn/controller/encaps.c
ovn/controller/lflow.c
ovn/controller/lflow.h
ovn/controller/lport.c
ovn/controller/lport.h
ovn/controller/ovn-controller.c
ovn/controller/patch.c
ovn/controller/physical.c
ovn/controller/physical.h