On Thu, Oct 26, 2023 at 2:32 AM Tyler Retzlaff
wrote:
>
> Replace the use of gcc builtin __atomic_xxx intrinsics with
> corresponding rte_atomic_xxx optional stdatomic API.
>
> v3:
> * add missing atomic specification on head variable
> in struct rte_ring_headtail
> * adapt to use rte_atom
On Thu, Oct 26, 2023 at 2:32 AM Tyler Retzlaff
wrote:
>
> Replace the use of gcc builtin __atomic_xxx intrinsics with
> corresponding rte_atomic_xxx optional stdatomic API.
>
> v3:
> * add missing atomic specification on head variable
> in struct rte_ring_headtail
> * adapt to use rte_atom
Replace the use of gcc builtin __atomic_xxx intrinsics with
corresponding rte_atomic_xxx optional stdatomic API.
v3:
* add missing atomic specification on head variable
in struct rte_ring_headtail
* adapt to use rte_atomic_xxx stdatomic API in rte_ring_c11_pvt.h
* split comma operator st
3 matches
Mail list logo