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

2020-05-21 Thread David Christensen
On 5/7/20 12:06 AM, Phil Yang wrote: From: 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 Nagar

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

2020-05-21 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 > > Revie

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

2020-05-20 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

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

2020-05-20 Thread Jerin Jacob
On Thu, May 7, 2020 at 12:38 PM Phil Yang wrote: > > From: 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

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

2020-05-20 Thread Honnappa Nagarahalli
> Subject: [PATCH] doc: announce adoption of C11 atomic operations semantics > > From: 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/2

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

2020-05-07 Thread Honnappa Nagarahalli
> Subject: Re: [PATCH] doc: announce adoption of C11 atomic operations > semantics > > On Thu, 7 May 2020 15:06:33 +0800 > Phil Yang wrote: > > > From: Honnappa Nagarahalli > > > > As agreed in the DPDK tech board [1], after 20.05 release, patches > > must use C11 atomic operations semantics

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

2020-05-07 Thread Stephen Hemminger
On Thu, 7 May 2020 15:06:33 +0800 Phil Yang wrote: > From: 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 > > S

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

2020-05-07 Thread Phil Yang
From: 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-b