Re: [ovs-dev] [PATCH ovn 5/5] controller: Update MAC binding timestamp

2023-07-28 Thread Ales Musil
On Thu, Jul 27, 2023 at 9:17 PM Mark Michelson wrote: > Hi Ales, I had a look through this patch finally :) > > From a high-level, I appreciate the design. Periodically requesting > flow stats in a background thread makes good sense. > > I have a couple of suggestions to make to the design. >

Re: [ovs-dev] [PATCH ovn 5/5] controller: Update MAC binding timestamp

2023-07-27 Thread Mark Michelson
Hi Ales, I had a look through this patch finally :) From a high-level, I appreciate the design. Periodically requesting flow stats in a background thread makes good sense. I have a couple of suggestions to make to the design. On 7/10/23 07:05, Ales Musil wrote: To achieve that add thread

[ovs-dev] [PATCH ovn 5/5] controller: Update MAC binding timestamp

2023-07-10 Thread Ales Musil
To achieve that add thread that will handle statistics requests and delegate the processing to defined functions. This allows the thread to be flexible enough, so it could be extended in future if needed. At the same time connected the thread with the MAC cache I-P node to have the timestamp