Re: [ovs-dev] [PATCH v2 1/4] Native tunnel: Read/write expires atomically.

2021-11-24 Thread Flavio Leitner
On Wed, Nov 10, 2021 at 11:46:36AM +0100, Paolo Valerio wrote: > Expires is modified in different threads (revalidator, pmd-rx, bfd-tx). > It's better to use atomics for such potentially parallel write. > > Signed-off-by: Paolo Valerio > --- Acked-by: Flavio Leitner

[ovs-dev] [PATCH v2 1/4] Native tunnel: Read/write expires atomically.

2021-11-10 Thread Paolo Valerio
Expires is modified in different threads (revalidator, pmd-rx, bfd-tx). It's better to use atomics for such potentially parallel write. Signed-off-by: Paolo Valerio --- v2: - modified commit description - added _MS suffix to NEIGH_ENTRY_DEFAULT_IDLE_TIME - renamed local variable expired ->