From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/3] config: add thunderx2 machine config Date: Sun, 06 Jan 2019 21:56:35 +0100 Message-ID: <1646471.OVZn3XoO85@xps> References: <20190106131933.7898-1-jerinj@marvell.com> <20190106131933.7898-2-jerinj@marvell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "dev@dpdk.org" , "gavin.hu@arm.com" To: Jerin Jacob Kollanukkaran Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id DE7491B497 for ; Sun, 6 Jan 2019 21:56:38 +0100 (CET) In-Reply-To: <20190106131933.7898-2-jerinj@marvell.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Jerin, 06/01/2019 14:20, Jerin Jacob Kollanukkaran: > Optimized configuration for Marvell thunderx2 SoC. > > Product details are here: > > https://www.marvell.com/server-processors/thunderx2-arm-processors/ > > Signed-off-by: Jerin Jacob > --- > config/defconfig_arm64-thunderx2-linuxapp-gcc | 11 ++++++ > mk/machine/thunderx2/rte.vars.mk | 34 +++++++++++++++++++ You should enable meson build at the same time.