From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B32081B573 for ; Fri, 5 Apr 2019 20:13:23 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4090F2666E; Fri, 5 Apr 2019 14:13:23 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 05 Apr 2019 14:13:23 -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=yYV/eS808TfV7oE3G6NUjpH9dCPJHVh4sLeg8D0eHuw=; b=ZgRucnz1B9BZ G7v/2KVxemuFiZnIlnqOxK+sf3y35XdiULDWVbCRLXHwh7WD2I0MgVkZFo5TKCy2 G3pWjfXxt2ZWn2txkdIyg79K5/ljsk0AosqnxTvOgf8SU5dCKb5YZtL4cofE1DHD 7F51QLZZBa44gGLCsbA6Isr7UhwFxbw= 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=yYV/eS808TfV7oE3G6NUjpH9dCPJHVh4sLeg8D0eH uw=; b=sBW2Yj5jftPFfIuQYYdUQzwUncs5HRZT3Kq20NfMVBwAwA2EIkZfVZehW 9p7cj/ocOSkBgpbKSe1TheYMs9EtoOSqmGI85LmBXVfPOdbbDPzRuEapHTq8Zr3J IJ5/x3iE4Tf3ldJH6LKWxCEwSWONr9TtqV1Pt/W8a35uHwoeOzR0qZJg1WY3hyZe Krzxi2L9zgyCwZseDJrrqxgRq9YoaZIJMVnGKe3ztOa3JMvrXBV2fD0pKM2S1r4p /snahmvO3KmdM48CHyMKSKoVEtWr4IGaBaLPWZ5j5eEHCSboecPtC3YSe+5YMIg2 VIvfVN+apTWbC/rxLMdXnbnSSCbfw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrtdejgdduudekucdltddurdeguddtrddttd dmucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfv pdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpih gvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfhgggfgtsehtufertddttddv necuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjh grlhhonhdrnhgvtheqnecuffhomhgrihhnpehmrghrvhgvlhhlrdgtohhmnecukfhppeej jedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrg hssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 F3E7810319; Fri, 5 Apr 2019 14:13:21 -0400 (EDT) From: Thomas Monjalon To: Jerin Jacob Kollanukkaran , Pavan Nikhilesh Bhagavatula Cc: dev@dpdk.org, "gavin.hu@arm.com" Date: Fri, 05 Apr 2019 20:13:18 +0200 Message-ID: <1818176.63uonorpWk@xps> In-Reply-To: <20190318164949.2357-3-jerinj@marvell.com> References: <20190224181041.27127-1-jerinj@marvell.com> <20190318164949.2357-1-jerinj@marvell.com> <20190318164949.2357-3-jerinj@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 3/4] config: add thunderx2 machine config 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: , X-List-Received-Date: Fri, 05 Apr 2019 18:13:24 -0000 18/03/2019 17:50, Jerin Jacob Kollanukkaran: > From: Jerin Jacob > > Optimized configuration for Marvell thunderx2 SoC. > Updated meson build to support Marvell thunderx2 SoC. > Added meson cross compile target. > > Product details are here: > > https://www.marvell.com/server-processors/thunderx2-arm-processors/ > > Signed-off-by: Jerin Jacob > Signed-off-by: Pavan Nikhilesh I see a very strange error when compiling with meson: In file included from /usr/include/inttypes.h:27, from /usr/include/pcap/pcap-inttypes.h:114, from /usr/include/pcap/pcap.h:74, from /usr/include/pcap.h:43, from ../drivers/net/pcap/rte_eth_pcap.c:19: /usr/include/stdint.h:109: error: "__INT64_C" redefined [-Werror] Could we try to debug it and merge these patches in -rc2? 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 13493A0679 for ; Fri, 5 Apr 2019 20:13:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E397B1B579; Fri, 5 Apr 2019 20:13:24 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B32081B573 for ; Fri, 5 Apr 2019 20:13:23 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4090F2666E; Fri, 5 Apr 2019 14:13:23 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 05 Apr 2019 14:13:23 -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=yYV/eS808TfV7oE3G6NUjpH9dCPJHVh4sLeg8D0eHuw=; b=ZgRucnz1B9BZ G7v/2KVxemuFiZnIlnqOxK+sf3y35XdiULDWVbCRLXHwh7WD2I0MgVkZFo5TKCy2 G3pWjfXxt2ZWn2txkdIyg79K5/ljsk0AosqnxTvOgf8SU5dCKb5YZtL4cofE1DHD 7F51QLZZBa44gGLCsbA6Isr7UhwFxbw= 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=yYV/eS808TfV7oE3G6NUjpH9dCPJHVh4sLeg8D0eH uw=; b=sBW2Yj5jftPFfIuQYYdUQzwUncs5HRZT3Kq20NfMVBwAwA2EIkZfVZehW 9p7cj/ocOSkBgpbKSe1TheYMs9EtoOSqmGI85LmBXVfPOdbbDPzRuEapHTq8Zr3J IJ5/x3iE4Tf3ldJH6LKWxCEwSWONr9TtqV1Pt/W8a35uHwoeOzR0qZJg1WY3hyZe Krzxi2L9zgyCwZseDJrrqxgRq9YoaZIJMVnGKe3ztOa3JMvrXBV2fD0pKM2S1r4p /snahmvO3KmdM48CHyMKSKoVEtWr4IGaBaLPWZ5j5eEHCSboecPtC3YSe+5YMIg2 VIvfVN+apTWbC/rxLMdXnbnSSCbfw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrtdejgdduudekucdltddurdeguddtrddttd dmucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfv pdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpih gvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfhgggfgtsehtufertddttddv necuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjh grlhhonhdrnhgvtheqnecuffhomhgrihhnpehmrghrvhgvlhhlrdgtohhmnecukfhppeej jedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrg hssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 F3E7810319; Fri, 5 Apr 2019 14:13:21 -0400 (EDT) From: Thomas Monjalon To: Jerin Jacob Kollanukkaran , Pavan Nikhilesh Bhagavatula Cc: dev@dpdk.org, "gavin.hu@arm.com" Date: Fri, 05 Apr 2019 20:13:18 +0200 Message-ID: <1818176.63uonorpWk@xps> In-Reply-To: <20190318164949.2357-3-jerinj@marvell.com> References: <20190224181041.27127-1-jerinj@marvell.com> <20190318164949.2357-1-jerinj@marvell.com> <20190318164949.2357-3-jerinj@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v6 3/4] config: add thunderx2 machine config 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" Message-ID: <20190405181318.pA4YwYiakJ2D917Jsrb6vH4wsMQUSr1XTEnNwWM9bjU@z> 18/03/2019 17:50, Jerin Jacob Kollanukkaran: > From: Jerin Jacob > > Optimized configuration for Marvell thunderx2 SoC. > Updated meson build to support Marvell thunderx2 SoC. > Added meson cross compile target. > > Product details are here: > > https://www.marvell.com/server-processors/thunderx2-arm-processors/ > > Signed-off-by: Jerin Jacob > Signed-off-by: Pavan Nikhilesh I see a very strange error when compiling with meson: In file included from /usr/include/inttypes.h:27, from /usr/include/pcap/pcap-inttypes.h:114, from /usr/include/pcap/pcap.h:74, from /usr/include/pcap.h:43, from ../drivers/net/pcap/rte_eth_pcap.c:19: /usr/include/stdint.h:109: error: "__INT64_C" redefined [-Werror] Could we try to debug it and merge these patches in -rc2?