On Fri, Jul 14, 2023 at 5:25 PM Lorenzo Bianconi < [email protected]> wrote:
> Changes since v1: > - rebase on top of ovn main branch > - cosmetics > Changes since RFC v2: > - introduce ls_datapath_group column and deprecate datapath_group one. > Changes since RFC v1: > - get rid of patch 1/2: northd: rename table datapath_group in > ls_datapath_group in load_balancer sb db table > > Lorenzo Bianconi (2): > northd: sync lb applied to logical routers in sb db lb table > northd: introduce ls_datapath_group column in lb sb db table > > controller/chassis.c | 8 +++ > controller/lflow.c | 10 +++ > controller/local_data.c | 16 +++++ > controller/ovn-controller.c | 13 ++++ > include/ovn/features.h | 1 + > lib/lb.h | 3 +- > northd/northd.c | 108 ++++++++++++++++++++++++++------- > northd/northd.h | 1 + > ovn-sb.ovsschema | 10 ++- > ovn-sb.xml | 12 ++++ > tests/ovn-controller.at | 4 ++ > tests/ovn-northd.at | 31 +++++++--- > tests/system-ovn.at | 117 ++++++++++++++++++++++++++++++++++++ > utilities/ovn-sbctl.c | 13 ++++ > 14 files changed, 316 insertions(+), 31 deletions(-) > > -- > 2.41.0 > > Looks good to me, thanks. Reviewed-by: Ales Musil <[email protected]> -- Ales Musil Senior Software Engineer - OVN Core Red Hat EMEA <https://www.redhat.com> [email protected] IM: amusil <https://red.ht/sig> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
