From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id EAFEAA04A5 for ; Wed, 19 Jan 2022 10:01:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D1C57410F2; Wed, 19 Jan 2022 10:01:20 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mails.dpdk.org (Postfix) with ESMTP id DD1954013F; Wed, 19 Jan 2022 10:01:18 +0100 (CET) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 7E4565C12F0; Wed, 19 Jan 2022 04:01:17 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Wed, 19 Jan 2022 04:01:17 -0500 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=fm3; bh= 5ohREbzCOGM5WefibZxTPU3Ku1JKwi9VgNGkgzzcIfY=; b=VCm78VwOb8SJqdYo cpfCBYh8uEU6iHJXaVQGhQILx3Ry7kEdgLkMLpFEmqkJT0uwm4JARh1twMzCvARD HQEeqCnGSW6HHhBiE2JZsepxwBewD7k1AT2JZoC0amwVbjjLILXwy4wf8wTJX45Z WLP3Y3SJ7XXmsVQYhsg1iAFho1Pj033b+veo6+WKCvFDQ48KID2bT1uS2qvP1MFW aLmkSpxch+NJNkGj1KWeqbDRIRCcq6DEwY/+rqlMrNJhMFzpaDWD3r9BBQi7mlAF 22na2Tezj2l3rOU3BrF1tl70spe/Q1cPqKB2yovk3hfX/+8o562Ptp8QhdRfNcy0 Xt0q0w== 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=fm1; bh=5ohREbzCOGM5WefibZxTPU3Ku1JKwi9VgNGkgzzcI fY=; b=B1QYxWHqoKHEwJi1/tbuYQTFGRQ3+s6Q8C6fLDTU6mSzq88vAl6GlV1M+ EBQoxrdDYfC4fVLgGMNExvHNuZ7nAuQLl0OCK1RH6JJSR4AvLZ2PCyDb0goY5cP8 cgG1I0FX89WiNtuFuKQaCGRkGpVhqeiM4OWkjvQKKfE1VXUOJ2wpphseu+UHs347 QUuQsU0MWufQXcJ54sTf2PmBeFYjPksfEw3H7zExsm6KrdCOJRHBOOXErB/nxRtI jBWQCRlK2ELAqma1NXV/LzunKEgXIXa9iygHkcpzdSwERRbfsH9BPQjgwP9pvdJf ZqWlJu3UzhJFAhLCbAflxxZPn65uA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudeggdduvdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 19 Jan 2022 04:01:15 -0500 (EST) From: Thomas Monjalon To: Ruifeng Wang Cc: dev@dpdk.org, stable@dpdk.org, viktorin@rehivetech.com, bruce.richardson@intel.com, stephen@networkplumber.org, juraj.linkes@pantheon.tech, honnappa.nagarahalli@arm.com, nd@arm.com, stable@dpdk.org Subject: Re: [PATCH v2] build: add missing arch define for Arm Date: Wed, 19 Jan 2022 10:01:13 +0100 Message-ID: <2703630.6YUMPnJmAY@thomas> In-Reply-To: <20220117071533.1221315-1-ruifeng.wang@arm.com> References: <20211217085430.820773-1-ruifeng.wang@arm.com> <20220117071533.1221315-1-ruifeng.wang@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org 17/01/2022 08:15, Ruifeng Wang: > --- a/config/arm/meson.build > +++ b/config/arm/meson.build > @@ -49,6 +49,7 @@ implementer_generic = { > ['RTE_ARCH_ARM_NEON_MEMCPY', false], > ['RTE_ARCH_STRICT_ALIGN', true], > ['RTE_ARCH_ARMv8_AARCH32', true], > + ['RTE_ARCH', 'armv8_aarch32'], > ['RTE_CACHE_LINE_SIZE', 64] > ] > } > @@ -432,11 +433,13 @@ if dpdk_conf.get('RTE_ARCH_32') > else > # armv7 build > dpdk_conf.set('RTE_ARCH_ARMv7', true) > + dpdk_conf.set('RTE_ARCH', 'armv7') > # the minimum architecture supported, armv7-a, needs the following, > machine_args += '-mfpu=neon' > endif > else > # armv8 build > + dpdk_conf.set('RTE_ARCH', 'arm64') Juraj commented on v1 that it should be armv8.