On Thu, Aug 17, 2023 at 5:25 PM Dumitru Ceara <[email protected]> wrote:
> Changes in V2: > - Refactored a bit the meter code and added that as first patch. > > Dumitru Ceara (2): > northd: Refactor meter code to avoid duplication. > northd: Add a separate I-P node for handling meters. > > > lib/stopwatch-names.h | 1 + > northd/automake.mk | 2 + > northd/en-lflow.c | 5 +- > northd/en-meters.c | 281 +++++++++++++++++++++++++++++++++++++++ > northd/en-meters.h | 44 ++++++ > northd/en-northd.c | 6 - > northd/inc-proc-northd.c | 14 +- > northd/northd.c | 235 ++------------------------------ > northd/northd.h | 4 - > northd/ovn-northd.c | 3 + > tests/ovn-northd.at | 36 +++++ > 11 files changed, 390 insertions(+), 241 deletions(-) > create mode 100644 northd/en-meters.c > create mode 100644 northd/en-meters.h > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > Looks good to me, thanks! Acked-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
