From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 73270A0471 for ; Tue, 16 Jul 2019 00:20:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1CC352C60; Tue, 16 Jul 2019 00:20:31 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id F40202C5E; Tue, 16 Jul 2019 00:20:29 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4D6A921F3C; Mon, 15 Jul 2019 18:20:29 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 15 Jul 2019 18:20:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=YHHC/EwMx2QDiGNPnjQ1c2IjJDEZGNh+iCJiHW8dDR8=; b=Ol5IwSZ3FYNJ uGyKBPOMgvbttIcOnuWnTgLowrtuSpOv+wvQX9mWBVNuSClWXY3NaJqy//TugRH1 rTl1s3qYXa3pur/dwpLRvCG8dH1N38tIn43zNYkTZNFdvH1NjNmFwUM/6xfTkUsQ apjH6wmq7vldhR5XuniDOZKBzx0iyHc= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=YHHC/EwMx2QDiGNPnjQ1c2IjJDEZGNh+iCJiHW8dD R8=; b=lcNgstTVZBC7LoiopLudh6gFJCLwNc5YXtNKZkULhVAkuZ2QeoAH70sWw 7U1Fi8eSr5XuCfvZVxA4iTY3KLcXNhrYQ4hmPcdNX/ig+SG0ABNQf8aGQibbSB67 gde9V13qvSURFyzHxtuyUXhEKJUNaTxUbkXSqs1n6SroKjnqmwiJgR52RfooXD5a sCoOhMs479C1c2zqfLalqxr78w/Tey6BelMFRIIuwq51toHD370Ki/A5wOnrHtYc yeRSHPA6x2D+P4Cm1RPsjQNGGNvPivdfbtJuewvY8eUFZFrSBmm29GskBoR2C8xf GmcSLXDeOcFhBDFVmEXL9p0R20B4A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrheelgddtiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthhqredttddtjeenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepnhhirghrmhdrtghomhdphhhurghrmhdrtghomhenucfkphepjeejrddufeeg rddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonh hjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E71F938008B; Mon, 15 Jul 2019 18:20:27 -0400 (EDT) From: Thomas Monjalon To: Gavin Hu Cc: stable@dpdk.org, Jerin Jacob Kollanukkaran , "dev@dpdk.org" , "nd@arm.com" , Pavan Nikhilesh Bhagavatula , "Honnappa.Nagarahalli@arm.com" Date: Tue, 16 Jul 2019 00:20:26 +0200 Message-ID: <2079494.8mPjIUjPEx@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] config: fix meson build failure on ThunderX2 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/07/2019 13:20, Jerin Jacob Kollanukkaran: > From: Gavin Hu > > Since gcc-8.3(I tried 8.3 and 9.1), the meson build failed on ThunderX2. > > It got the following compiling errors: > > /usr/lib/gcc/aarch64-linux-gnu/9/include/arm_neon.h:26493:1: error: > > inlining failed in call to always_inline =E2=80=98vmull_p64=E2=80=99: t= arget specific option > > mismatch 26493 | vmull_p64 (poly64_t a, poly64_t b) > >=20 > > Fixes: 7286c9d7234f ("config: add thunderx2 machine") > > Cc: jerinj@marvell.com > > Cc: stable@dpdk.org > >=20 > > Signed-off-by: Gavin Hu > > Reviewed-by: Phil Yang > > Reviewed-by: Jingzhao Ni >=20 > Thanks Gavin. > Able to reproduce this issue with gcc 9.1 and proposed patch fixing the i= ssue as well. >=20 > Acked-by: Jerin Jacob Applied, thanks