From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 1/4] config: use one single config option for C11 memory model Date: Fri, 26 Oct 2018 17:56:47 +0200 Message-ID: <3325860.W9HkYupAEU@xps> References: <1537364560-4124-1-git-send-email-phil.yang@arm.com> <1538989906-8349-1-git-send-email-phil.yang@arm.com> <7eae312e-509b-7a28-a0ad-2983c5256292@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , jerin.jacob@caviumnetworks.com, Gavin.Hu@arm.com, Honnappa.Nagarahalli@arm.com, Ola.Liljedahl@arm.com To: phil.yang@arm.com Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id B27402C52 for ; Fri, 26 Oct 2018 17:56:47 +0200 (CEST) In-Reply-To: <7eae312e-509b-7a28-a0ad-2983c5256292@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/10/2018 16:48, Ferruh Yigit: > On 10/8/2018 10:11 AM, phil.yang@arm.com wrote: > > Keep only single config option RTE_USE_C11_MEM_MODEL for C11 memory > > model, so all modules can leverage C11 atomic extension by enable this > > option. > > > > Signed-off-by: Phil Yang > > Reviewed-by: Honnappa Nagarahalli > > Reviewed-by: Gavin Hu > > Acked-by: Jerin Jacob > > For series, > Reviewed-by: Ferruh Yigit Series applied, thanks