Re: [dpdk-dev] [PATCH v6 1/4] doc: add generic atomic deprecation section

2020-07-10 Thread Honnappa Nagarahalli
> Subject: Re: [dpdk-dev] [PATCH v6 1/4] doc: add generic atomic deprecation > section > > Interestingly, John, our doc maintainer is not Cc'ed. > I add him. > Please use --cc-cmd devtools/get-maintainer.sh I am expecting a review from > an x86 maintainer as well.

Re: [dpdk-dev] [PATCH v6 1/4] doc: add generic atomic deprecation section

2020-07-10 Thread Thomas Monjalon
Interestingly, John, our doc maintainer is not Cc'ed. I add him. Please use --cc-cmd devtools/get-maintainer.sh I am expecting a review from an x86 maintainer as well. If no maintainer replies, ping them. 07/07/2020 11:50, Phil Yang: > Add deprecating the generic rte_atomic_xx APIs to c11 atomic b

[dpdk-dev] [PATCH v6 1/4] doc: add generic atomic deprecation section

2020-07-07 Thread Phil Yang
Add deprecating the generic rte_atomic_xx APIs to c11 atomic built-ins guide and examples. Signed-off-by: Phil Yang Signed-off-by: Honnappa Nagarahalli --- doc/guides/prog_guide/writing_efficient_code.rst | 139 ++- 1 file changed, 138 insertions(+), 1 deletion(-) diff --gi