From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 533BC2A66;
 Wed, 14 Mar 2018 00:09:01 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 193E820A5B;
 Tue, 13 Mar 2018 19:09:00 -0400 (EDT)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Tue, 13 Mar 2018 19:09:00 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=2+E8uRpaFps/Qxdhc3aAv+T0fX
 ygvUmw4oMF1I8M3xI=; b=gBIPRA/Lc3YVuSBGf6Fn9mC2tb8Ncfma+l62zmLQcZ
 YJKVhHx42WXugiKbwpzniFx0iDx5AnOTMLNTwi1NjW+BF444mAFaBQ09PI0W13Nx
 I6+e3sMMgq4WnCd0uP/q4mIIcdmfgm+zMv9iyRC6gqS8ZVeBbT9A1U7iWII0EWpR
 E=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=2+E8uR
 paFps/Qxdhc3aAv+T0fXygvUmw4oMF1I8M3xI=; b=HNXtlQ2ll4m1yKbhivzCif
 y2HlG30gvlzv/CmOfcg/IVcMx3IPHxUl9xi5h44AcuG5wtG3YbzYnGo6Ib5rIo02
 LBhQiaEn1KBY+YhMTxN8psszgzcGvjJkvNP4rnRoBvsS6jWlgPxIkcN8mG6Um1JL
 hXKc/tCGLYKlhGXnt4bRhGgL4nXXsVESQXMyQkNr37FPpNC0jOfi7osoKFAtFgKs
 txkVLzYtymd3/zj145MA98tIUMjts3fYthQDvmI4otnyCBT5jtiHT5tGTFKrxJpP
 3PvRgCeBWDorr63pIXWjhOGn2c+LBJTBv0Uf4E3lZKCocnLLVAXVc8RKG79ehdUw
 ==
X-ME-Sender: <xms:DFqoWphj7clElSBDy0_mzXQ3gcY_Rq_8dFZ1fESKSI9MK03XZ30xrg>
Received: from xps.localnet (unknown [37.170.65.63])
 by mail.messagingengine.com (Postfix) with ESMTPA id 884AF7E0F0;
 Tue, 13 Mar 2018 19:08:57 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: 'Gowrishankar' <gowrishankar.m@linux.vnet.ibm.com>
Cc: stable@dpdk.org, Chao Zhu <chaozhu@linux.vnet.ibm.com>, dev@dpdk.org,
 bluca@debian.org
Date: Wed, 14 Mar 2018 00:08:54 +0100
Message-ID: <3670936.C5JAC14SP5@xps>
In-Reply-To: <000001d3b07a$5f911a40$1eb34ec0$@linux.vnet.ibm.com>
References: <c35341d76e57fab7c69ceb7e6730347e58b306fd.1519744017.git.gowrishankar.m@linux.vnet.ibm.com>
 <000001d3b07a$5f911a40$1eb34ec0$@linux.vnet.ibm.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] eal/ppc: fix rte_smp_mb for a
	compilation error with else clause
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 13 Mar 2018 23:09:01 -0000

> > This patch fixes the compilation problem with rte_smp_mb, when there is
> else
> > clause following it, as in test_barrier.c.
> > 
> > Fixes: 05c3fd7110 ("eal/ppc: atomic operations for IBM Power")
> > Cc: stable@dpdk.org
> > 
> > Signed-off-by: Gowrishankar Muthukrishnan
> > <gowrishankar.m@linux.vnet.ibm.com>
> > ---
> Acked-by: Chao Zhu <chaozhu@linux.vnet.ibm.com>

Applied, thanks