Re: [PATCH] devtools: extend check on compiler builtin atomics

2023-10-19 Thread David Marchand
On Tue, Oct 17, 2023 at 1:34 PM Tyler Retzlaff wrote: > > On Tue, Oct 17, 2023 at 01:31:25PM +0200, David Marchand wrote: > > rte_memory_order_* should be used when calling the new stdatomic API. > > Add a check on __ATOMIC_* tokens. > > > > Signed-off-by: David Marchand > Acked-by: Tyler Retzlaf

Re: [PATCH] devtools: extend check on compiler builtin atomics

2023-10-17 Thread Tyler Retzlaff
On Tue, Oct 17, 2023 at 01:31:25PM +0200, David Marchand wrote: > rte_memory_order_* should be used when calling the new stdatomic API. > Add a check on __ATOMIC_* tokens. > > Signed-off-by: David Marchand > --- Acked-by: Tyler Retzlaff > devtools/checkpatches.sh | 4 ++-- > 1 file changed, 2

[PATCH] devtools: extend check on compiler builtin atomics

2023-10-17 Thread David Marchand
rte_memory_order_* should be used when calling the new stdatomic API. Add a check on __ATOMIC_* tokens. Signed-off-by: David Marchand --- devtools/checkpatches.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devtools/checkpatches.sh b/devtools/checkpatches.sh index 263