v15->v16: rebase and clean up static declarations Ryan Moats (5): Change encaps_run to work incrementally Convert binding_run to incremental processing. Persist lport_index and mcgroup_index structures Persist ovn flow tables. Add incremental proessing to lflow_run and physical_run
ovn/controller/binding.c | 145 +++++-- ovn/controller/binding.h | 1 + ovn/controller/encaps.c | 172 ++++++-- ovn/controller/lflow.c | 189 ++++++--- ovn/controller/lflow.h | 6 +- ovn/controller/lport.c | 221 ++++++++-- ovn/controller/lport.h | 22 +- ovn/controller/ofctrl.c | 260 ++++++++---- ovn/controller/ofctrl.h | 18 +- ovn/controller/ovn-controller.c | 57 ++- ovn/controller/ovn-controller.h | 2 + ovn/controller/patch.c | 7 +- ovn/controller/physical.c | 910 ++++++++++++++++++++++------------------ ovn/controller/physical.h | 4 +- 14 files changed, 1318 insertions(+), 696 deletions(-) -- 1.9.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev