Re: [PATCH] eal/arm: use stdatomic api in rte_pause

2024-06-12 Thread David Marchand
On Mon, May 6, 2024 at 6:09 PM Tyler Retzlaff wrote: > On Fri, May 03, 2024 at 07:35:48PM +0100, Daniel Gregory wrote: > > Missed during commit 1ec6a845b5cb > > ("eal: use stdatomic API in public headers") > > > > Signed-off-by: Daniel Gregory > Acked-by: Tyler Retzlaff > Applied, thanks. --

Re: [PATCH] eal/arm: use stdatomic api in rte_pause

2024-05-06 Thread Tyler Retzlaff
On Fri, May 03, 2024 at 07:35:48PM +0100, Daniel Gregory wrote: > Missed during commit 1ec6a845b5cb > ("eal: use stdatomic API in public headers") > > Signed-off-by: Daniel Gregory > --- Acked-by: Tyler Retzlaff

[PATCH] eal/arm: use stdatomic api in rte_pause

2024-05-03 Thread Daniel Gregory
Missed during commit 1ec6a845b5cb ("eal: use stdatomic API in public headers") Signed-off-by: Daniel Gregory --- lib/eal/arm/include/rte_pause_64.h | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/eal/arm/include/rte_pause_64.h b/lib/eal/arm/include/rte_pause_64.h