Re: [PATCH v3 13/19] vhost: use rte optional stdatomic API

2023-10-26 Thread Maxime Coquelin
On 10/26/23 02:31, Tyler Retzlaff wrote: Replace the use of gcc builtin __atomic_xxx intrinsics with corresponding rte_atomic_xxx optional stdatomic API Signed-off-by: Tyler Retzlaff --- lib/vhost/vdpa.c| 3 ++- lib/vhost/vhost.c | 42 ---

[PATCH v3 13/19] vhost: use rte optional stdatomic API

2023-10-25 Thread Tyler Retzlaff
Replace the use of gcc builtin __atomic_xxx intrinsics with corresponding rte_atomic_xxx optional stdatomic API Signed-off-by: Tyler Retzlaff --- lib/vhost/vdpa.c| 3 ++- lib/vhost/vhost.c | 42 lib/vhost/vhost.h | 39