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 D3CD8A058A; Fri, 17 Apr 2020 17:41:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9A1851E91B; Fri, 17 Apr 2020 17:41:07 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id A63531E915 for ; Fri, 17 Apr 2020 17:41:06 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 1114E5C0074; Fri, 17 Apr 2020 11:41:06 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Fri, 17 Apr 2020 11:41:06 -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=WyE8SoNz0E8BXbIUYdlXkGi11mzC3B10Crx2zfFsoQI=; b=bjTmSE16tTym 4kvdYNz0qthq7Uu/e+eBZT28ruFre06+OOtJk/JwGKUyK4LR9P4+doahU5kgxIx9 8mBVD9arGEw7Ak/BG50A1dMitALnNMSU0+zmuCzRmf8AJjaVB02u2SegQv/b5WRm BvmWf1EqAU2o54XwcbGZeyLgacojN2s= 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=fm2; bh=WyE8SoNz0E8BXbIUYdlXkGi11mzC3B10Crx2zfFso QI=; b=0pBcub2Byx3hlcxeI3tL5irHesmx/PvyTSKWw6FMIxP1748YeqcIKDcjl 8SWqHUzhduFLHvTM51xVLafQ0nHBP+qOxpKz8/o48nLvzPK6Pl63zY7QaUwHqvPD B0UW0Rz5b4n00HPXRBTfcCMb5eq91irbcjR3msXBGlELdsTjk/DWVekNruWww5jt wYyIRmrpMB4oaa9Na0fFW6xNbAlSgpBNpbsnqh4XGsedF1des+7/HOoJ6xIyJsV5 omVorUoZCxl2lThcC/UUIqdgNfXhtO9vBcLvJVZNNOGCA5QtL6LMzZPo56DYeo9u 2783JyTCatLbH2WUn3LDqIFWnmcDQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrfeejgdelvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthhqredttddtjeenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 E065D3280060; Fri, 17 Apr 2020 11:41:04 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, David Christensen Date: Fri, 17 Apr 2020 17:41:03 +0200 Message-ID: <22594704.5W6oEpyPa8@thomas> In-Reply-To: <20200417152516.21375-1-david.marchand@redhat.com> References: <20200417152516.21375-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] eal/ppc: add missing header inclusion 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" 17/04/2020 17:25, David Marchand: > Compilation is broken on ppc: >=20 > CC otx2_rx.o > In file included from .../drivers/net/octeontx2/otx2_rx.c:5:0: > .../builds/ppc_64-power8-linux-gcc/include/rte_vect.h:29:17: > error: expected declaration specifiers or =E2=80=98...=E2=80=99 before nu= meric constant > } __rte_aligned(16) rte_xmm_t; > ^~ > compilation terminated due to -Wfatal-errors. >=20 > Fixes: f35e5b3e07b2 ("replace alignment attributes") >=20 > Signed-off-by: David Marchand Sorry for not having tested PPC. About the title: eal/ppc: fix missing include or eal/ppc: fix build ? Tested-by: Thomas Monjalon