Logical router creation and deletion using the incremental processor,
instead on relying on recalculation of the entire database.

changes to en-northdm en-lr-nat, en-lr-stateful, and en-lflow are in
this patch series. I did not change en-sync-sb because that would
require a new handler and I thought that could be tackled in subsequent
changes to the incremental processor 


Jacob Tanenbaum (4):
  northd: Creation and deletion of routers in en-northd engine node.
  northd: Add and delete logical routers in en-lr-nat engine node
  northd: Add and delete logical routers in en-lr-stateful engine node.
  northd: Add and delete logical routers in en-lflow engine node.

 northd/en-lflow.c       |   7 ++
 northd/en-lr-nat.c      |  55 +++++++++++--
 northd/en-lr-nat.h      |   4 +-
 northd/en-lr-stateful.c |  37 +++++++--
 northd/en-lr-stateful.h |   6 +-
 northd/en-northd.c      |   3 +-
 northd/northd.c         | 175 +++++++++++++++++++++++++++++++++++-----
 northd/northd.h         |  16 +++-
 tests/ovn-northd.at     |  21 +++--
 9 files changed, 283 insertions(+), 41 deletions(-)

-- 
2.51.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to