Re: [dpdk-dev] [PATCH v2] doc: update atomic operation deprecation

2021-08-02 Thread Thomas Monjalon
02/08/2021 19:22, Honnappa Nagarahalli: > From: Thomas Monjalon > > 23/07/2021 11:49, Joyce Kong: > > Considering all the questions regarding usage of atomics, I still think we > > need a > > documentation about their correct use. > > I think few things to document are: > 1) Use of __atomic_add_

Re: [dpdk-dev] [PATCH v2] doc: update atomic operation deprecation

2021-08-02 Thread Honnappa Nagarahalli
> -Original Message- > From: Thomas Monjalon > Sent: Saturday, July 31, 2021 3:27 PM > To: Honnappa Nagarahalli ; Ruifeng Wang > ; Joyce Kong > Cc: step...@networkplumber.org; m...@ashroe.eu; dev@dpdk.org; nd > ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATC

Re: [dpdk-dev] [PATCH v2] doc: update atomic operation deprecation

2021-07-31 Thread Thomas Monjalon
23/07/2021 11:49, Joyce Kong: > Update the incorrect description about atomic operations > with provided wrappers in deprecation doc[1]. > > [1]https://mails.dpdk.org/archives/dev/2021-July/21.html > > Fixes: 7518c5c4ae6a ("doc: announce adoption of C11 atomic operations > semantics") > Cc:

[dpdk-dev] [PATCH v2] doc: update atomic operation deprecation

2021-07-23 Thread Joyce Kong
Update the incorrect description about atomic operations with provided wrappers in deprecation doc[1]. [1]https://mails.dpdk.org/archives/dev/2021-July/21.html Fixes: 7518c5c4ae6a ("doc: announce adoption of C11 atomic operations semantics") Cc: sta...@dpdk.org Signed-off-by: Joyce Kong Re