[dpdk-dev] [PATCH v6 6/8] stack: add C11 atomic implementation

Honnappa Nagarahalli Honnappa.Nagarahalli at arm.com
Tue Apr 2 13:11:36 CEST 2019


> Subject: [PATCH v6 6/8] stack: add C11 atomic implementation
> 
> This commit adds an implementation of the lock-free stack push, pop, and
> length functions that use __atomic builtins, for systems that benefit from the
> finer-grained memory ordering control.
> 
> Signed-off-by: Gage Eads <gage.eads at intel.com>
> Reviewed-by: Olivier Matz <olivier.matz at 6wind.com>
> ---
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli at arm.com>

<snip>



More information about the dev mailing list