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/[email protected]/
Lorenzo Bianconi (1): 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 | 22 +++ northd/en-datapath-logical-switch.c | 16 ++ northd/en-datapath-logical-switch.h | 4 + northd/en-lflow.c | 4 + northd/en-ls-stateful.c | 12 +- northd/en-northd.c | 16 ++ northd/en-northd.h | 2 + northd/inc-proc-northd.c | 8 +- northd/lb.c | 44 +++++- northd/lb.h | 24 ++- northd/northd.c | 232 ++++++++++++++++++++++++---- northd/northd.h | 19 +++ tests/ovn-northd.at | 70 ++++++++- 13 files changed, 437 insertions(+), 36 deletions(-) -- 2.50.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
