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 lib/ovs-atomic.h | 4 ---- ofproto/ofproto-dpif-upcall.c | 10 +++++----- tests/test-atomic.c | 2 -- 3 files changed, 5 insertions(+), 11 deletions(-) -- 1.8.5.2 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev