From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: arm64: introduce RTE_CPUFLAG_ATOMICS Date: Sat, 05 Mar 2016 19:09:07 +0100 Message-ID: <2230706.4rRigmdO7Z@xps13> References: <1456924859-18841-1-git-send-email-jerin.jacob@caviumnetworks.com> <20160302150631.5f2f0c0e@pcviktorin.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jan Viktorin To: Jerin Jacob Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id AB24F2BF6 for ; Sat, 5 Mar 2016 19:10:44 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id p65so26734182wmp.0 for ; Sat, 05 Mar 2016 10:10:44 -0800 (PST) In-Reply-To: <20160302150631.5f2f0c0e@pcviktorin.fit.vutbr.cz> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-03-02 15:06, Jan Viktorin: > On Wed, 2 Mar 2016 18:50:59 +0530 > Jerin Jacob wrote: > > > armv8.1 adds support for new atomic instructions. > > Linux kernel v4.3 onwards, the presence of atomic instruction > > support can detect through HWCAP_ATOMICS > > > > Signed-off-by: Jerin Jacob > Reviewed-by: Jan Viktorin Applied, thanks