[ovs-git] Open vSwitch: test-atomic: Re-enable atomic read-write-modify tests. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jul 31 15:57:30 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  6ba7f5cccd68b2f014c5a6b71cbc39e045a3d14d (commit)
       via  15248032ea9e3e88849310e8f2cef9db618fce1a (commit)
      from  97be153858b4cd175cbe7862b8e1624bf22ab98a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6ba7f5cccd68b2f014c5a6b71cbc39e045a3d14d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=6ba7f5cccd68b2f014c5a6b71cbc39e045a3d14d
Author: Ben Pfaff <blp at nicira.com>
		
test-atomic: Re-enable atomic read-write-modify tests.
		
This reverts commit 05d299e0ccca80736cd4438c3224540c5448a7d4 (test-atomic:
Drop atomic read-modify-write tests for the moment.) because the
test for detecting whether GCC support atomic operation built-ins has
been fixed.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


commit 15248032ea9e3e88849310e8f2cef9db618fce1a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=15248032ea9e3e88849310e8f2cef9db618fce1a
Author: Ben Pfaff <blp at nicira.com>
		
configure: Add configure-time check for GCC 4.0+ atomic built-ins.
		
We found out earlier that GCC sometimes produces an error only at link time
for atomic built-ins that are not supported on a platform.  This actually
tries the link at configure time and should thus reliably detect whether
the atomic built-ins are really supported.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 configure.ac        |    1 +
 lib/ovs-atomic.h    |    2 +-
 m4/openvswitch.m4   |   72 +++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/test-atomic.c |   27 ++++++++++++++++++-
 4 files changed, 100 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list