Re: [ovs-dev] [PATCH 2/2] test-atomic: Re-enable atomic read-write-modify tests.

2013-07-31 Thread Ben Pfaff
Thanks, I applied both of these to master. On Tue, Jul 30, 2013 at 07:33:52PM -0700, Ethan Jackson wrote: > Acked-by: Ethan Jackson > > > On Thu, Jul 18, 2013 at 2:26 PM, Ben Pfaff wrote: > > This reverts commit 05d299e0ccca80736cd4438c3224540c5448a7d4 (test-atomic: > > Drop atomic read-modify

Re: [ovs-dev] [PATCH 2/2] test-atomic: Re-enable atomic read-write-modify tests.

2013-07-30 Thread Ethan Jackson
Acked-by: Ethan Jackson On Thu, Jul 18, 2013 at 2:26 PM, Ben Pfaff wrote: > 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 > bee

[ovs-dev] [PATCH 2/2] test-atomic: Re-enable atomic read-write-modify tests.

2013-07-18 Thread Ben Pfaff
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 --- tests/test-atomic.c | 27 ++