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

2020-05-24 Thread Thomas Monjalon
> > 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 > > Reviewed-by: Phil Yang > > Reviewe

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

2020-05-22 Thread Ananyev, Konstantin
> > 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 > Reviewed-by: Phil Yang > Reviewed-by: Ruife

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

2020-05-21 Thread Honnappa Nagarahalli
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 Reviewed-by: Phil Yang Reviewed-by: Ruifeng Wang Acked-by: He