From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] eal/ppc: fix rte_smp_mb for a compilation error with else clause Date: Wed, 14 Mar 2018 00:08:54 +0100 Message-ID: <3670936.C5JAC14SP5@xps> References: <000001d3b07a$5f911a40$1eb34ec0$@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, Chao Zhu , dev@dpdk.org, bluca@debian.org To: 'Gowrishankar' Return-path: In-Reply-To: <000001d3b07a$5f911a40$1eb34ec0$@linux.vnet.ibm.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" > > 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 > > > > --- > Acked-by: Chao Zhu Applied, thanks