From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: remove redundant API description Date: Thu, 28 Mar 2019 23:53:43 +0100 Message-ID: <4937558.DrODiE4unh@xps> References: <20190319211601.31983-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Shahaf Shuler , Jan Viktorin , Gavin Hu , Chao Zhu To: dev@dpdk.org Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 7728F1DB8 for ; Thu, 28 Mar 2019 23:53:46 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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_atomic.h > > The copies in arch-specific files are redundant and confuse readers about the > > genericity of the API. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Shahaf Shuler Applied