On Wed, Oct 08, 2014 at 02:09:48PM -0700, Daniele Di Proietto wrote:
> ovsrcu_compare_exchange() can be used to write to RCU pointers without
> explicit
> locking. It maybe useful to implement lists and other simple data structures.
>
> Following commits make use of this
>
> Signed-off-by: Danie
ovsrcu_compare_exchange() can be used to write to RCU pointers without explicit
locking. It maybe useful to implement lists and other simple data structures.
Following commits make use of this
Signed-off-by: Daniele Di Proietto
---
lib/ovs-rcu.h | 81