[dpdk-dev] [PATCH v5] app/test: add tests for atomic exchanges

David Marchand david.marchand at redhat.com
Wed Nov 6 21:21:36 CET 2019


On Wed, Nov 6, 2019 at 8:57 PM David Christensen <drc at linux.vnet.ibm.com> wrote:
> @@ -459,9 +595,43 @@ test_atomic(void)
>                 printf("128-bit compare and swap failed\n");
>                 return -1;
>         }
> -#endif
>
>         return 0;
>  }
> +#endif
> +
> +       /*
> +        * Test 16/32/64bit atomic exchange.
> +        */
> +       test64_t t;

We will have a build error here for arm and x86.


-- 
David Marchand



More information about the dev mailing list