Re: [PATCH v3 14/19] cryptodev: use rte optional stdatomic API

2023-10-27 Thread Konstantin Ananyev
26.10.2023 01:31, 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/cryptodev/rte_cryptodev.c | 22 -- lib/cryptodev/rte_cryptodev.h | 16

RE: [EXT] [PATCH v3 14/19] cryptodev: use rte optional stdatomic API

2023-10-26 Thread Akhil Goyal
> Replace the use of gcc builtin __atomic_xxx intrinsics with > corresponding rte_atomic_xxx optional stdatomic API > > Signed-off-by: Tyler Retzlaff Acked-by: Akhil Goyal

[PATCH v3 14/19] cryptodev: 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/cryptodev/rte_cryptodev.c | 22 -- lib/cryptodev/rte_cryptodev.h | 16 2 files changed, 20 insertions(+), 18