On Thu, Jul 31, 2014 at 03:21:50PM -0700, Jarno Rajahalme wrote: > The default memory order for atomic_flag is documented to be > memory_order_seq_cst (as in C11), but the GCC4+ implementation only > used the GCC builtins, which provide acquire and release semantics > only. Additional barriers are needed for in other cases. > > Signed-off-by: Jarno Rajahalme <[email protected]>
Good catch. Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
