Re: [PATCH v3 3/5] eal: add atomic bit operations

2024-08-12 Thread Jack Bond-Preston
On 12/08/2024 13:49, Mattias Rönnblom wrote: Add atomic bit test/set/clear/assign/flip and test-and-set/clear/assign/flip functions. All atomic bit functions allow (and indeed, require) the caller to specify a memory order. Signed-off-by: Mattias Rönnblom Acked-by: Morten Brørup Acked-by: Tyl

[PATCH v3 3/5] eal: add atomic bit operations

2024-08-12 Thread Mattias Rönnblom
Add atomic bit test/set/clear/assign/flip and test-and-set/clear/assign/flip functions. All atomic bit functions allow (and indeed, require) the caller to specify a memory order. Signed-off-by: Mattias Rönnblom Acked-by: Morten Brørup Acked-by: Tyler Retzlaff -- PATCH v3: * Introduce __RTE_