Introduce I-P for logical switch creation in en_northd node. This series is based on top of the following series: https://patchwork.ozlabs.org/project/ovn/cover/20250718161451.1764420-1-mmich...@redhat.com/
Changes since in v3: - Introduce manage LS deletion incrementally - Reduce code duplication Lorenzo Bianconi (2): northd: Introduce dynamic_bitmap struct northd: I-P for logical switch creation in en_northd. Numan Siddique (2): northd: Reallocate LB nb_lr_map/nb_ls_map if needed. northd: I-P for logical switch creation in en_ls_stateful engine node. lib/ovn-util.h | 20 +++ northd/en-lflow.c | 4 + northd/en-lr-stateful.c | 2 +- northd/en-ls-stateful.c | 26 +++- northd/en-multicast.c | 4 + northd/en-sync-sb.c | 24 ++-- northd/inc-proc-northd.c | 5 +- northd/lb.c | 43 ++++-- northd/lb.h | 35 +++-- northd/northd.c | 283 ++++++++++++++++++++++++++++++--------- northd/northd.h | 18 +++ tests/ovn-northd.at | 61 +++++++++ 12 files changed, 424 insertions(+), 101 deletions(-) -- 2.50.1 _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev