From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] x86: fix atomic exchange for 32-bit Date: Wed, 02 May 2018 19:23:53 +0200 Message-ID: <2999530.qoPtrsuM73@xps> References: <1525269506-18710-1-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Konstantin Ananyev Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id DD4F2DD2 for ; Wed, 2 May 2018 19:23:58 +0200 (CEST) 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" 02/05/2018 18:44, Ferruh Yigit: > On 5/2/2018 2:58 PM, Konstantin Ananyev wrote: > > should break out of loop when rte_atomic64_cmpset() retruns non-zero. > > > > Fixes: ff2863570fcc ("eal: introduce atomic exchange operation") > > > > Signed-off-by: Konstantin Ananyev > > Reviewed-by: Ferruh Yigit > Tested-by: Ferruh Yigit Applied, thanks