Re: [ovs-dev] [PATCH ovn 3/5] Add stopwatch for MAC binding aging

2022-06-17 Thread Ales Musil
Hi Mark, addressed in v2. Thanks, Ales On Wed, Jun 15, 2022 at 8:13 PM Mark Michelson wrote: > On 6/14/22 09:49, Ales Musil wrote: > > Add stopwatch fro MAC bidning aging so > > we can observe how long are the aging > > check taking. > > > > Reported-at: https://bugzilla.redhat.com/2084668 > >

Re: [ovs-dev] [PATCH ovn 3/5] Add stopwatch for MAC binding aging

2022-06-15 Thread Mark Michelson
On 6/14/22 09:49, Ales Musil wrote: Add stopwatch fro MAC bidning aging so we can observe how long are the aging check taking. Reported-at: https://bugzilla.redhat.com/2084668 Signed-off-by: Ales Musil --- controller/ovn-controller.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/

[ovs-dev] [PATCH ovn 3/5] Add stopwatch for MAC binding aging

2022-06-14 Thread Ales Musil
Add stopwatch fro MAC bidning aging so we can observe how long are the aging check taking. Reported-at: https://bugzilla.redhat.com/2084668 Signed-off-by: Ales Musil --- controller/ovn-controller.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/controller/ovn-controller.c b/controller