From: RYAN D. MOATS <rmo...@us.ibm.com>

This series of patches changes lflow_run from processing the
entire southbound logical flow table to doing incremental
processing during each run.

To make this work, several pre-requisites are necessary, and
these are contained in the initial patches of the series.

RYAN D. MOATS (6):
  Add useful information to ovn E2E test
  Reverse change tracking order
  Make flow table persistent in ovn controller
  Persist ports simap in logical_datapath
  Persist logical_datapaths
  Add incremental proessing

 lib/ovsdb-idl.c                 |    6 +-
 ovn/controller/binding.c        |    2 +
 ovn/controller/lflow.c          |   71 +++++++++++++++++++----
 ovn/controller/lflow.h          |    7 ++-
 ovn/controller/ofctrl.c         |  122 +++++++++++++++++++++++++++------------
 ovn/controller/ofctrl.h         |    4 +
 ovn/controller/ovn-controller.c |   32 +++++-----
 tests/ovn.at                    |   12 ++++
 8 files changed, 187 insertions(+), 69 deletions(-)

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to