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 DCFE123B for ; Thu, 24 May 2018 22:31:32 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 469FD224B6; Thu, 24 May 2018 16:31:31 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 24 May 2018 16:31:31 -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=Ov1NdBYuZozrlcXIaLBtxxcaIG E4fVhj0zvZojVgl5M=; b=bbQm9DMPtk6EKeDvnlAwdKtDJZOyoCMVMja3iVNnVX hJIH6Dh46kC1tnkGfaRL2au53XIAWnwkyAFESxwZ8l6buUMIp5N1OUDzIukJNO3O WVMUpX1CgE52o8lNArrayYxlfJGNEeca8wzHYX5p/EHYKf0DbA8Zw9wQBNQTYXVi o= 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=Ov1NdB YuZozrlcXIaLBtxxcaIGE4fVhj0zvZojVgl5M=; b=nCxoPIo8+2taLALolS/FME Ocjrv7mJdCgX0ynpxfhqLYcwj1qO9sC3+a4HB+T2BlzFLNueVx8EKvNtpbXPHY7R 6cYEIUb6libfljHVJCzB5G4YCLmNu8YlhSSAqXvP13f7WCj6BHDnCUKaua+fuVTH QznUx4JHN8TIo+BHA0/UA7Bsu4qK3qUw4/PZpemWdvOwGmV9JB69Eeg0MCoNPFEO clfykRDIJBPadPAzVbb5Bo5YG1pxiVpklIXcUkfZwq2d+/uw8wBmGKf44yKM+nzC fMc63Plv9CoaWf67urvqfARtMvW6IrSpEUvyvGlZF46uJB80/J9qlxpDAxju98Rg == 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 73B38E4919; Thu, 24 May 2018 16:31:30 -0400 (EDT) From: Thomas Monjalon To: Jerin Jacob Cc: Gavin Hu , dev@dpdk.org Date: Thu, 24 May 2018 22:31:28 +0200 Message-ID: <1651034.q53h1rLbjp@xps> In-Reply-To: <20180524171623.GA6254@jerin> References: <1527133127-29407-1-git-send-email-gavin.hu@arm.com> <3508034.zJOlSxCGz7@xps> <20180524171623.GA6254@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 20:31:33 -0000 24/05/2018 19:16, Jerin Jacob: > From: Thomas Monjalon > > 24/05/2018 13:17, Jerin Jacob: > > > From: Gavin Hu > > > > 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 > > I think, that link is specific to Linux. Right > What about freebsd ? I think FreeBSD + ARM is a niche. We can start with Linux and re-organize these guides to be common later. > That reason why I thought to have neutral location. > No strong opinion on the location though.