From: RYAN D. MOATS <rmo...@us.ibm.com> It looks like v11 and v12 had some interesting rebase issues, so v13 is a rebase back to master only
RYAN D. MOATS (8): Make flow table persistent in ovn controller Persist lport and mcgroup indexes Persist local_datapaths and patched_datapaths Add incremental proessing to lflow_run Change encaps_run to work incrementally Convert binding_run to incremental processing. Reset lflow processing when adding/removing patch ports Change physical_run to incremental processing lib/ofp-actions.c | 12 ++ lib/ofp-actions.h | 2 + ovn/controller/binding.c | 99 +++++++++++++-- ovn/controller/binding.h | 1 + ovn/controller/encaps.c | 163 +++++++++++++++++------- ovn/controller/lflow.c | 116 +++++++++++++++-- ovn/controller/lflow.h | 6 +- ovn/controller/lport.c | 142 +++++++++++++++++++--- ovn/controller/lport.h | 20 +++- ovn/controller/ofctrl.c | 264 +++++++++++++++++++++++++++----------- ovn/controller/ofctrl.h | 18 ++- ovn/controller/ovn-controller.c | 52 +++----- ovn/controller/ovn-controller.h | 2 + ovn/controller/patch.c | 7 +- ovn/controller/physical.c | 201 +++++++++++++++++++++++------- ovn/controller/physical.h | 6 +- 16 files changed, 855 insertions(+), 256 deletions(-) _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev