On 8/21/23 07:37, Ales Musil wrote:
> On Thu, Aug 17, 2023 at 5:25 PM Dumitru Ceara <dce...@redhat.com> 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
>> d...@openvswitch.org
>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>>
>>
> Looks good to me, thanks!
> 
> Acked-by: Ales Musil <amu...@redhat.com>
> 

Thanks, Ales and Mark, for the reviews.  I folded the agreed incremental
changes in patch 2 and pushed this to the main branch.

Regards,
Dumitru

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to