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

The delta from v8 is that patch 8 has been (a) rebased and (b) had a fix
added to address a bug found during scaling testing.

RYAN D. MOATS (10):
  Add useful information to ovn E2E tests
  Present tracked changes in increasing change number order
  Make flow table persistent in ovn controller
  Persist ports simap in logical_datapath
  Persist local_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 +
 lib/ovsdb-idl.c                 |    9 +-
 ovn/controller/binding.c        |   97 ++++++++++--
 ovn/controller/binding.h        |    1 +
 ovn/controller/encaps.c         |  123 ++++++++-------
 ovn/controller/lflow.c          |  201 ++++++++++++++++++++++---
 ovn/controller/lflow.h          |    6 +-
 ovn/controller/ofctrl.c         |  318 +++++++++++++++++++++++++++++---------
 ovn/controller/ofctrl.h         |   15 ++-
 ovn/controller/ovn-controller.c |   30 ++--
 ovn/controller/ovn-controller.h |    2 +
 ovn/controller/patch.c          |    7 +-
 ovn/controller/physical.c       |  206 ++++++++++++++++++++------
 ovn/controller/physical.h       |    4 +-
 tests/ovn.at                    |   14 ++
 16 files changed, 807 insertions(+), 240 deletions(-)

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

Reply via email to