Re: [dpdk-dev] [PATCH] eal: remove redundant API description

2019-03-28 Thread Thomas Monjalon
20/03/2019 07:46, Shahaf Shuler: > Tuesday, March 19, 2019 11:16 PM, Thomas Monjalon: > > Subject: [dpdk-dev] [PATCH] eal: remove redundant API description > > > > Atomic functions are described in doxygen of the file > > lib/librte_eal/common/include/generic/rte_atom

Re: [dpdk-dev] [PATCH] eal: remove redundant API description

2019-03-19 Thread Shahaf Shuler
Tuesday, March 19, 2019 11:16 PM, Thomas Monjalon: > Subject: [dpdk-dev] [PATCH] eal: remove redundant API description > > Atomic functions are described in doxygen of the file > lib/librte_eal/common/include/generic/rte_atomic.h > The copies in arch-specific files are redund

[dpdk-dev] [PATCH] eal: remove redundant API description

2019-03-19 Thread Thomas Monjalon
Atomic functions are described in doxygen of the file lib/librte_eal/common/include/generic/rte_atomic.h The copies in arch-specific files are redundant and confuse readers about the genericity of the API. Signed-off-by: Thomas Monjalon --- .../common/include/arch/arm/rte_atomic_32.h| 18 ---