From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 6176EA0096 for ; Tue, 4 Jun 2019 10:27:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E87BB1B99A; Tue, 4 Jun 2019 10:27:15 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 31B581B998 for ; Tue, 4 Jun 2019 10:27:14 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 908FA21DFB; Tue, 4 Jun 2019 04:27:13 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 04 Jun 2019 04:27:13 -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=HpG4g/G/a7QqJzqy8cKTHtRZWsfqVD9eSFbw7lFgkjk=; b=sdOOUSeBLeYQ 3jtXDn2SRYFzLXheXyr4C1VQvjFMA+rNWMLSnWgNoja+IKX+llrLV+AMApJTYuio 0jspN0PjyNL4UqAAuM3yZb9IbXAguKOYi+r31j3YTI/wiZQU9cYq0V6KeOBvXxhd e/Q03BhOpJWUkOyv+p7d/k36r/bHbXU= 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=HpG4g/G/a7QqJzqy8cKTHtRZWsfqVD9eSFbw7lFgk jk=; b=536GBxZ/9nbMYmvS31xrpirJlL2vbHEe5yQKU6RjVzHQCWPclzQ59n69o 5HE0ZEyda1jwkXITH0WqVWZrldeF3venjPqxvLu+3ST+ccUK1zX65vrtu4bJ9tmO 2AIUbNTYnSR46jzKoRSo4GgQDNxzQ0N9tobs710JXMgsi5+r8wGbyDyuw2W+DkYS XHgLlAd2iB+bmngXfrcKGE6+Up76Bj4Cc8kqIMO6CPrCwIsTzg6kiYTtF/Ilylfy iwVGn4yz79QesgNcqETLIHk8aVsw2RlpqendKxNYZvIbWS+UFB1dzlTQBnYAZsvp D4zOCtB0UIqEjlHiMAdujcD+81RUQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudefledgtdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 5E923380073; Tue, 4 Jun 2019 04:27:12 -0400 (EDT) From: Thomas Monjalon To: "lironh@marvell.com" Cc: dev@dpdk.org, "Gavin Hu (Arm Technology China)" Date: Tue, 04 Jun 2019 10:27:11 +0200 Message-ID: <2560534.gssmMoajXf@xps> In-Reply-To: References: <1558213855-21841-1-git-send-email-lironh@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/2] Introduces armada 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" > > From: Liron Himi > > > > Introduces armada target to address difference > > in number of cores, no numa support > > > > Liron Himi (2): > > mk: add Marvell ARMADA architecture based on armv8-a > > meson: add Marvell ARMADA architecture based on armv8-a > > Series-acked-by: Gavin Hu It seems it compiles fine with MUSDK 18.09. Squashed and applied, thanks