Re: [ovs-dev] [PATCH ovn] controller: Add IDL memory reports.

2021-11-30 Thread Numan Siddique
On Tue, Nov 30, 2021 at 4:50 AM Dumitru Ceara wrote: > > On 11/29/21 23:21, Numan Siddique wrote: > > On Tue, Nov 23, 2021 at 10:02 AM Dumitru Ceara wrote: > >> > >> OVS commit 066741d9c5ca ("ovsdb-idl: Add memory report function.") > >> enhanced the IDL to track memory usage. Use it in

Re: [ovs-dev] [PATCH ovn] controller: Add IDL memory reports.

2021-11-30 Thread Dumitru Ceara
On 11/29/21 23:21, Numan Siddique wrote: > On Tue, Nov 23, 2021 at 10:02 AM Dumitru Ceara wrote: >> >> OVS commit 066741d9c5ca ("ovsdb-idl: Add memory report function.") >> enhanced the IDL to track memory usage. Use it in ovn-controller for >> the Southbound DB and local OVS DB IDLs. >> >>

Re: [ovs-dev] [PATCH ovn] controller: Add IDL memory reports.

2021-11-29 Thread Numan Siddique
On Tue, Nov 23, 2021 at 10:02 AM Dumitru Ceara wrote: > > OVS commit 066741d9c5ca ("ovsdb-idl: Add memory report function.") > enhanced the IDL to track memory usage. Use it in ovn-controller for > the Southbound DB and local OVS DB IDLs. > > Signed-off-by: Dumitru Ceara > --- >

[ovs-dev] [PATCH ovn] controller: Add IDL memory reports.

2021-11-23 Thread Dumitru Ceara
OVS commit 066741d9c5ca ("ovsdb-idl: Add memory report function.") enhanced the IDL to track memory usage. Use it in ovn-controller for the Southbound DB and local OVS DB IDLs. Signed-off-by: Dumitru Ceara --- controller/ovn-controller.c | 2 ++ 1 file changed, 2 insertions(+) diff --git