Re: [ovs-dev] [PATCH ovn 2/2] northd: Add automatic memory trimming when idle.

2023-01-17 Thread Dumitru Ceara
On 1/13/23 12:02, Ales Musil wrote: > Hi Dumitru, > just one small comment below. > > On Thu, Dec 15, 2022 at 10:29 PM Dumitru Ceara wrote: > >> To do this we factor the memory trimming code out into its own module, >> memory-trim. We use this now for both the lflow cache (in >> ovn-controller)

Re: [ovs-dev] [PATCH ovn 2/2] northd: Add automatic memory trimming when idle.

2023-01-17 Thread Dumitru Ceara
On 1/12/23 20:26, Mark Michelson wrote: > Thanks for this Dumitru, > > Acked-by: Mark Michelson > > I have one note down below, however I don't think it's critical enough > not to ack the patch. > > On 12/15/22 16:25, Dumitru Ceara wrote: >> To do this we factor the memory trimming code out int

Re: [ovs-dev] [PATCH ovn 2/2] northd: Add automatic memory trimming when idle.

2023-01-13 Thread Ales Musil
Hi Dumitru, just one small comment below. On Thu, Dec 15, 2022 at 10:29 PM Dumitru Ceara wrote: > To do this we factor the memory trimming code out into its own module, > memory-trim. We use this now for both the lflow cache (in > ovn-controller) and for ovn-northd. > > Signed-off-by: Dumitru C

Re: [ovs-dev] [PATCH ovn 2/2] northd: Add automatic memory trimming when idle.

2023-01-12 Thread Mark Michelson
Thanks for this Dumitru, Acked-by: Mark Michelson I have one note down below, however I don't think it's critical enough not to ack the patch. On 12/15/22 16:25, Dumitru Ceara wrote: To do this we factor the memory trimming code out into its own module, memory-trim. We use this now for bot

[ovs-dev] [PATCH ovn 2/2] northd: Add automatic memory trimming when idle.

2022-12-15 Thread Dumitru Ceara
To do this we factor the memory trimming code out into its own module, memory-trim. We use this now for both the lflow cache (in ovn-controller) and for ovn-northd. Signed-off-by: Dumitru Ceara --- controller/lflow-cache.c | 68 +- lib/automake.mk |2 + li