[ovs-dev] [PATCH v20 0/7] Add incremental processing.

Ryan Moats rmoats at us.ibm.com
Sat Jul 2 17:35:26 UTC 2016


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

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 (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         |  26 +-
 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       | 943 ++++++++++++++++++++++------------------
 ovn/controller/physical.h       |   3 +-
 13 files changed, 1059 insertions(+), 706 deletions(-)

-- 
2.7.4 (Apple Git-66)




More information about the dev mailing list