[ovs-dev] [PATCH v17 0/5] Incremental processing

Ryan Moats rmoats at us.ibm.com
Sun May 22 21:36:17 UTC 2016


v16->v17: Rebase, and fix issues uncovered by new E2E tests

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        | 182 ++++++--
 ovn/controller/binding.h        |   1 +
 ovn/controller/encaps.c         | 237 +++++++++--
 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 |   3 +
 ovn/controller/patch.c          |   7 +-
 ovn/controller/physical.c       | 910 ++++++++++++++++++++++------------------
 ovn/controller/physical.h       |   4 +-
 14 files changed, 1422 insertions(+), 695 deletions(-)

-- 
1.9.1




More information about the dev mailing list