On 1/13/23 11:29, Ales Musil wrote: > On Thu, Dec 15, 2022 at 10:29 PM Dumitru Ceara <[email protected]> wrote: > >> Signed-off-by: Dumitru Ceara <[email protected]> >> --- >> northd/ovn-northd.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/northd/ovn-northd.c b/northd/ovn-northd.c >> index 82d2874d66..3a575b02a5 100644 >> --- a/northd/ovn-northd.c >> +++ b/northd/ovn-northd.c >> @@ -849,7 +849,8 @@ main(int argc, char *argv[]) >> if (memory_should_report()) { >> struct simap usage = SIMAP_INITIALIZER(&usage); >> >> - /* Nothing special to report yet. */ >> + ovsdb_idl_get_memory_usage(ovnnb_idl_loop.idl, &usage); >> + ovsdb_idl_get_memory_usage(ovnsb_idl_loop.idl, &usage); >> memory_report(&usage); >> simap_destroy(&usage); >> } >> >> _______________________________________________ >> dev mailing list >> [email protected] >> https://mail.openvswitch.org/mailman/listinfo/ovs-dev >> >> > Looks good to me, thanks. > > Acked-by: Ales Musil <[email protected]> >
Thanks, I applied this to the main branch! _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
