On Tue, Nov 7, 2023 at 9:07 AM Xavier Simonart <[email protected]> wrote:
> *** BLURB HERE *** > > Xavier Simonart (2): > controller: FDB entries for localnet should not overwrite entries for > vifs > controller: avoid extra flows if localnet_learn_fdb is disabled > > controller/binding.c | 12 ++ > controller/binding.h | 3 + > controller/lflow.c | 51 +++++- > controller/lflow.h | 3 + > controller/lport.c | 22 ++- > controller/lport.h | 4 + > controller/ovn-controller.c | 16 ++ > controller/pinctrl.c | 31 +++- > include/ovn/logical-fields.h | 5 + > lib/logical-fields.c | 4 + > northd/northd.c | 3 + > northd/ovn-northd.8.xml | 37 ++++- > ovn-sb.xml | 7 +- > tests/ovn-northd.at | 2 +- > tests/ovn.at | 300 +++++++++++++++++++++++++++++++++++ > 15 files changed, 473 insertions(+), 27 deletions(-) > > -- > 2.31.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > The series 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] <https://red.ht/sig> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
