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

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to