This patch set has the residual changes that didn't
merge from v18. Additionally, v21 adds (at Ben's
request) the second patch of the Address Set series
as I had already worked out the needed changes to
have it co-exist with incremental processing.

v20->v21:
  Include patch two of Address Sets series as patch 1
  Rebase other patches as needed

v19->v20:
  As needed rebases.
  Added check logic in encaps.c to avoid segfaulting during
  scale testing.

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

Ryan Moats (8):
  ovn: Add address_set() support for ACLs.
  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         |  26 +-
 ovn/controller/lflow.c          | 590 +++++++++++++++++--------
 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       | 943 ++++++++++++++++++++++------------------
 ovn/controller/physical.h       |   3 +-
 ovn/northd/ovn-northd.c         |  43 ++
 ovn/ovn-nb.ovsschema            |  13 +-
 ovn/ovn-nb.xml                  |  43 ++
 ovn/ovn-sb.ovsschema            |  12 +-
 ovn/ovn-sb.xml                  |  19 +
 ovn/utilities/ovn-nbctl.c       |   4 +
 ovn/utilities/ovn-sbctl.c       |   4 +
 tests/ovn.at                    |  19 +
 21 files changed, 1367 insertions(+), 709 deletions(-)

-- 
2.7.4 (Apple Git-66)

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

Reply via email to