[ovs-git] Open vSwitch: test-atomic: Drop atomic read-modify-write tests for the moment. (master)

dev at openvswitch.org dev at openvswitch.org
Sat Jun 29 15:21:25 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  05d299e0ccca80736cd4438c3224540c5448a7d4 (commit)
      from  d3b528838ba3df2d3ea07be3275bf3212c92b0be (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 05d299e0ccca80736cd4438c3224540c5448a7d4
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=05d299e0ccca80736cd4438c3224540c5448a7d4
Author: Ben Pfaff <blp at nicira.com>
		
test-atomic: Drop atomic read-modify-write tests for the moment.
		
XenServer builds are failing because of link errors reporting that
__sync_fetch_and_<op>_<size> were not found, for <op> in add/sub/and/xor/or
and <size> in 1/2/4/8.  We're not actually using these RMW operations yet,
so as a stopgap measure just drop the tests.

The correct long-term fix is probably to do Autoconf linkage tests for
these operations instead of just testing the GCC version (if we really need
the operations at all).

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


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

Summary of changes:
 tests/test-atomic.c |   27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list