This patch set has the residual changes that didn't
merge from v18.

v18->v19:
  Addressed review comments on ovn flow tables patch.
  As needed rebases of other patches.

Ryan Moats (7):
  Persist ovn flow tables
  Change tracking structures to use struct uuids
  Refactor lflow.c
  Refactor port binding processing in physical.c
  Refactor multicast group processing in physical.c
  Refactor neighbor flows in lflow.c
  Add incremental processing to lflow_run and physical_run

 ovn/controller/binding.c        |  16 +-
 ovn/controller/encaps.c         |  23 +-
 ovn/controller/lflow.c          | 436 +++++++++++--------
 ovn/controller/lflow.h          |   4 +-
 ovn/controller/lport.c          |  26 +-
 ovn/controller/lport.h          |   4 +-
 ovn/controller/ofctrl.c         | 271 ++++++++----
 ovn/controller/ofctrl.h         |  18 +-
 ovn/controller/ovn-controller.c |   8 +-
 ovn/controller/ovn-controller.h |   2 +-
 ovn/controller/patch.c          |   8 +
 ovn/controller/physical.c       | 920 ++++++++++++++++++++++------------------
 ovn/controller/physical.h       |   3 +-
 13 files changed, 1039 insertions(+), 700 deletions(-)

-- 
2.7.4 (Apple Git-66)

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

Reply via email to