On 7/31/25 10:52 PM, Lorenzo Bianconi wrote: > 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/ >
Hi Lorenzo, As discussed with Jacob [0], he will be rebasing and reposting this as part of a larger series that also includes a new version of his logical router I-P. That increases the chances that we can get it in before branching for 25.09. Marking this version as "changes requested" in patchwork. Regards, Dumitru [0] https://mail.openvswitch.org/pipermail/ovs-dev/2025-August/425361.html > Changes since in v4: > - Use dynamic_bitmap to track used ovn_datapath index > - Convert codebase to vector lib > > 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 | 6 +- > 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 | 51 ++++--- > northd/lb.h | 35 +++-- > northd/lflow-mgr.c | 8 +- > northd/northd.c | 295 +++++++++++++++++++++++++++++---------- > northd/northd.h | 22 ++- > tests/ovn-northd.at | 61 ++++++++ > 13 files changed, 435 insertions(+), 126 deletions(-) > _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev