From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id E09EFDE3 for ; Thu, 24 May 2018 15:54:03 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2F23E21175; Thu, 24 May 2018 09:54:03 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 24 May 2018 09:54:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=dFjM5lvJpgDjI4wsGIjeRRT1j2 qwJgx6vCobq6avJc4=; b=lRPNZnJU94A5Moub8EwkVmCBVInGlPWsHZn9fJRrZl LkAU48MX5pb0Bn9d8HdcbURrptiTSrznc+mH/a1VQgHMUiYmsr2q32MoU2Dio9NU 9XaYwzC6upCWCdaxi3MtwH7RdTCcJkCW3KXsiBgqEZqOyPldy6ww6Yvtfk6lVXug 8= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=dFjM5l vJpgDjI4wsGIjeRRT1j2qwJgx6vCobq6avJc4=; b=Q2kzGNKm4yvH4ski3bBx6e an1xvSPa/ddRCKJtWIMm61xvDEZxYDlEW+y1jeEX9DEk+9B2CmVUP7aka1BdiQAh mvqpHzzd6j4ocWBmQcRXxWrBE8Y26zXXmgVM82O8kc6TSdcwryZ6loj5lV7I77Sj GoAm3SM0fB/rZSXs7NAxT9mKOCqA8xBRhV+9OuJbKgkMfzcC7/BJ+H7TNplZ2sBH h4ZPxMQmh+9MOp5YYGaclKL2pa5rO554JoWd++yHG7zlkuRm59iW5h09gEjJjzd5 PJel98eOGzFQkleBspNQUyXi1QTZx78Egv7WHuniPpJNWo2dCjQaG4reO0Z+cj7A == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6DAB1E47D1; Thu, 24 May 2018 09:54:02 -0400 (EDT) From: Thomas Monjalon To: Gavin Hu Cc: dev@dpdk.org, Jerin Jacob Date: Thu, 24 May 2018 15:54:00 +0200 Message-ID: <3508034.zJOlSxCGz7@xps> In-Reply-To: <20180524111754.GA5098@jerin> References: <1527133127-29407-1-git-send-email-gavin.hu@arm.com> <1527133127-29407-3-git-send-email-gavin.hu@arm.com> <20180524111754.GA5098@jerin> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 2/2] doc: add a guide doc for cross compiling from x86 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: Thu, 24 May 2018 13:54:04 -0000 24/05/2018 13:17, Jerin Jacob: > -----Original Message----- > > Date: Wed, 23 May 2018 23:38:47 -0400 > > From: Gavin Hu > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH 2/2] doc: add a guide doc for cross compiling > > from x86 > > X-Mailer: git-send-email 2.1.4 > > > > Signed-off-by: Gavin Hu > > Reviewed-by: Steve Capper > > Reviewed-by: Honnappa Nagarahalli > > In addition to comments from Marko, > > > --- > > doc/cross_compiling_sdk.txt | 58 +++++++++++++++++++++++++++++++++++++++++++++ > > I think, instead of keeping it as a orphan document, IMO, it should linked with > https://dpdk.org/doc/guides/ > I think, it can go a new section or "HowTo Guides" section, So that in future armv7 and/or PowerPC cross > compilation details can be added. I think the right location is http://dpdk.org/doc/guides/linux_gsg/build_dpdk.html This patch is far from being ready, so please send the patch 1, which is a fix, separately.