From: Numan Siddique <[email protected]>

This patch series adds incremental processing support for logical switch
creation for the following engine nodes:
   - en_northd
   - en_ls_stateful

I'll try to add I-P in en_lflow engine node in the next version.
Although these patches can still be considered even without en_flow
support.

After adding I-P in the en_flow engine node, I'll try to expand this
series or submit as a new series to add I-P for
   - logical switch deletion
   - logical router creation and deletion.



Numan Siddique (4):
  northd: Preserve datapath tunnel id data in en_northd engine node.
  northd: Use the same LS/LR UUID for SB datapath_bindings.
  northd: I-P for logical switch creation in en_northd engine node.
  northd: I-P for logical switch creation in en_ls_stateful engine node.

 lib/ovn-util.h           |  23 +++
 northd/en-lflow.c        |   4 +
 northd/en-ls-stateful.c  |  16 +-
 northd/en-northd.c       |  19 +++
 northd/en-northd.h       |   1 +
 northd/inc-proc-northd.c |   8 +-
 northd/lb.c              |  44 +++++-
 northd/lb.h              |  36 +++--
 northd/northd.c          | 314 ++++++++++++++++++++++++++++++++++-----
 northd/northd.h          |  22 +++
 tests/ovn-northd.at      |  70 ++++++++-
 11 files changed, 499 insertions(+), 58 deletions(-)

-- 
2.47.1

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

Reply via email to