[ovs-dev] [PATCH 0/2] ovs-atomic: Remove atomic_{u,}int64_t

Simon Horman horms at verge.net.au
Sun May 11 23:56:35 UTC 2014


Some concern has been raised by Ben Pfaff that atomic_uint64_t may not
be portable. In particular on 32bit platforms that do not have atomic
64bit integers.

This series removes the users of atomic_uint64_t.
It then removes atomic_uint64_t and atomic_int64_t themselves.

Simon Horman (2):
  ofproto-dpif-upcall: Use atomic_long in struct udpif
  ovs-atomic: Remove atomic_{u,}int64_t

 ofproto/ofproto-dpif-upcall.c | 8 ++++----
 tests/test-atomic.c           | 2 --
 2 files changed, 4 insertions(+), 6 deletions(-)

-- 
1.8.4




More information about the dev mailing list