Re: [ovs-dev] [PATCH 11/18] lib/dpif-linux: Use relaxed atomics for 'dump->status'.

2014-08-28 Thread Ben Pfaff
On Fri, Aug 22, 2014 at 01:58:22PM -0700, Jarno Rajahalme wrote: > 'dump->status' does not syncronize the state of any other variable, so > we can use relaxed atomics on it. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff ___ dev mailing list d

[ovs-dev] [PATCH 11/18] lib/dpif-linux: Use relaxed atomics for 'dump->status'.

2014-08-22 Thread Jarno Rajahalme
'dump->status' does not syncronize the state of any other variable, so we can use relaxed atomics on it. Signed-off-by: Jarno Rajahalme --- lib/dpif-linux.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/dpif-linux.c b/lib/dpif-linux.c index e5067ba..2c387ed 10