On Wed, Mar 05, 2014 at 11:12:58PM -0800, Ben Pfaff wrote:
> RCU allows multiple threads to read objects in parallel without any
> performance penalty.  The following commit will introduce the first use.
> 
> Signed-off-by: Ben Pfaff <b...@nicira.com>

Hey, I just found out that memory_order_consume is designed specifically
for RCU:
        http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1525.htm
Revision coming up ;-)
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to