[dpdk-dev] [PATCH] doc: announce adoption of C11 atomic operations semantics

Stephen Hemminger stephen at networkplumber.org
Thu May 7 23:00:06 CEST 2020


On Thu,  7 May 2020 15:06:33 +0800
Phil Yang <phil.yang at arm.com> wrote:

> From: Honnappa Nagarahalli <honnappa.nagarahalli at arm.com>
> 
> As agreed in the DPDK tech board [1], after 20.05 release, patches must
> use C11 atomic operations semantics with the help of wrappers.
> 
> [1] http://mails.dpdk.org/archives/dev/2020-April/165143.html
> 
> Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli at arm.com>
> Reviewed-by: Phil Yang <phil.yang at arm.com>
> Reviewed-by: Ruifeng Wang <ruifeng.wang at arm.com>

The use of Gcc __sync_ primitives should also be replaced with C11 atomic.


More information about the dev mailing list