Re: [ovs-dev] [PATCH 14/18] lib/netdev-linux: Use atomic_count for 'miimon_cnt'.

2014-08-28 Thread Ben Pfaff
On Fri, Aug 22, 2014 at 01:58:25PM -0700, Jarno Rajahalme wrote: > 'miimon_cnt' and the actual device miimon configuration is only > loosely coupled, so we can use the relaxed atomic_count for it. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff ___

[ovs-dev] [PATCH 14/18] lib/netdev-linux: Use atomic_count for 'miimon_cnt'.

2014-08-22 Thread Jarno Rajahalme
'miimon_cnt' and the actual device miimon configuration is only loosely coupled, so we can use the relaxed atomic_count for it. Signed-off-by: Jarno Rajahalme --- lib/netdev-linux.c | 21 + 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/lib/netdev-linux.c b/