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 ED72CA053B; Thu, 6 Feb 2020 15:05:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 44A811C0C9; Thu, 6 Feb 2020 15:05:01 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 804731C0C4 for ; Thu, 6 Feb 2020 15:05:00 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 6BBBE3A8; Thu, 6 Feb 2020 09:04:59 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 06 Feb 2020 09:04:59 -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=mesmtp; bh=bwbSBEkx77GOyTqZX1USt7YdY1YTL7TYOhaHrmBvAfM=; b=MePTrMympuKj +J4mxQXxJ8gQcJ2xpu5jbiCMZJCfa47CCrh93k5gQbsnpwNn1Xva0EdRCOGFCUqA GnmbYQBHdkQtYYujIjSZjpGuXoe3J+lLXTWXSsKOJ8fCq7Mq+R5B0zvDS4nEnuP7 yEuPXUaGu2VoVWLv1Qenmj1lO4mkHJA= 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=bwbSBEkx77GOyTqZX1USt7YdY1YTL7TYOhaHrmBvA fM=; b=1b/G71KO5Vg6JWP7OK2EDuskYb2KDK3JFDGL6sDMBMhjEMZFLnz2wKzCG RmMg3yMv16qXtpS7uMOLxqGE7WAqpyX6ZcovmUU/n9pGq2/i2QeEL1PgjOVJal7i 43KNeEPFQ6LocsFsBgib5jWDNbdZ+MmZZgU4P5eQ7e7GgEZ0Bl3T2yezCDskEV8w nn5VrQ2/ZxF7pWIbsx6p0lUsg4yAe1c4Idr1GNjAVEaGHru4/IKDiZnoLhmyn95f g6tfljpfy3gvn9eATlzWN7NQ7/2zFxX/d9CwqlC9meKumSCaxsnIhILHstRw6IFB cuO40frsTStqO+LI6cbSNpzkYMDAQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrheefgdehkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs 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 796BF328005A; Thu, 6 Feb 2020 09:04:58 -0500 (EST) From: Thomas Monjalon To: Qingmin Liu Cc: dev@dpdk.org, ajit.khaparde@broadcom.com Date: Thu, 06 Feb 2020 15:04:56 +0100 Message-ID: <2601285.XrmoMso0CX@xps> In-Reply-To: <20200106020627.206262-2-qingmin.liu@broadcom.com> References: <20200106020627.206262-1-qingmin.liu@broadcom.com> <20200106020627.206262-2-qingmin.liu@broadcom.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1 1/1] config: add Broadcom Stingray for meson cross-compilation 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" 06/01/2020 03:06, Qingmin Liu: > Broadcom Stingray is armv8 CPU having cortex-a72. The implementor ID is > 0x41 (arm) and the primary part number is 0xd08 (cortex-a72). > > Signed-off-by: Qingmin Liu Applied, thanks