From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] x86: fix atomic exchange for 32-bit Date: Wed, 2 May 2018 17:44:13 +0100 Message-ID: References: <1525269506-18710-1-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Konstantin Ananyev , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 354911E35 for ; Wed, 2 May 2018 18:44:16 +0200 (CEST) In-Reply-To: <1525269506-18710-1-git-send-email-konstantin.ananyev@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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