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 7A53BA04C7; Thu, 21 Nov 2019 00:22:14 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0FAE2271; Thu, 21 Nov 2019 00:22:13 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 0CC48235 for ; Thu, 21 Nov 2019 00:22:12 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 82D5B21F92; Wed, 20 Nov 2019 18:22:09 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 20 Nov 2019 18:22:09 -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=aW87ekPx3ynVGYsvTFS1InMhnl5RoqchcLHWZTwqJh8=; b=byGXcMcTudsz 1nLKhaP7lVjta0lqARpLRpR1vYNGeMfV0JgdPCJCHYhsn5xV+sCiOUUzmCsZCGvl rauEe/d8xHCq6NfKo9+/fH+OwcIx0RaHKDxfV3843MYZOjtMEBZJ0eK0biK9mkgC IHx8CjvMQjo9idCNmQ6rvx09mdJ9epA= 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=aW87ekPx3ynVGYsvTFS1InMhnl5RoqchcLHWZTwqJ h8=; b=jD9T2PqZoskaQRIoheouF2pnookDcutGLOnN86GtpsCpfSBrOGhDSM0EY DYjNCvjUPCsLPYBNIzvRl7k4VmeURGQRdU4KwjBmzNiJuiGIYryVgOvMvGDrNuSt yAiRE5RckbbX8WBDr2VDvEs3HIoQiPGi7xmES6EwI4ciLsSUFKqR+/7JFCx1Rggm tGLs+hgkgd2Ga6GtBzzP77uwrfkpXFAntqIr90auawsgnlXuJ3vbKQFvBctHo+Fr R7GCw363dosn/4yTVbuHnmYkK8486uzaLxDRdzlZct//abng8oIYoqrFMTH89GBh dOR1Cw/CqJG7G6m01Q56n5EuM77yg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudehuddgtdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpehhuhgrrhhmrdgtohhmpdgrmhhpvghrvggtohhmphhuthhinhhgrdgtohhm necukfhppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomh epthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 56DF08005C; Wed, 20 Nov 2019 18:22:08 -0500 (EST) From: Thomas Monjalon To: Gavin Hu , Jerry Hao OS Cc: dev@dpdk.org, nd@arm.com, Honnappa.Nagarahalli@arm.com, ruifeng.wang@arm.com, phil.yang@arm.com Date: Thu, 21 Nov 2019 00:22:07 +0100 Message-ID: <15902839.r5QSgPmJmL@xps> In-Reply-To: <1571045658-44113-1-git-send-email-gavin.hu@arm.com> References: <1570589086-25430-1-git-send-email-gavin.hu@arm.com> <1571045658-44113-1-git-send-email-gavin.hu@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4] build: add emag target 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" 14/10/2019 11:34, Gavin Hu: > From: Jerry Hao OS > > Add the make and meson based build infrastructure for the eMAG platform > from Ampere Computing corp., which is a 64-bit ARM processor with 32 > Armv8 64-bit CPU cores. For more information, refer to: > https://amperecomputing.com/product/ > > Signed-off-by: Jerry Hao OS > Signed-off-by: Gavin Hu > Reviewed-by: Ruifeng Wang > Reviewed-by: Phil Yang > Acked-by: Jerin Jacob Applied, thanks