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 <roret...@linux.microsoft.com>
---
  lib/vhost/vdpa.c            |  3 ++-
  lib/vhost/vhost.c           | 42 ++++++++++++++++----------------
  lib/vhost/vhost.h           | 39 ++++++++++++++++--------------
  lib/vhost/vhost_user.c      |  6 ++---
  lib/vhost/virtio_net.c      | 58 +++++++++++++++++++++++++--------------------
  lib/vhost/virtio_net_ctrl.c |  6 +++--
  6 files changed, 84 insertions(+), 70 deletions(-)


Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com>

Thanks,
Maxime

Reply via email to