From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] doc: add a guide doc for cross compiling from x86 Date: Thu, 24 May 2018 15:54:00 +0200 Message-ID: <3508034.zJOlSxCGz7@xps> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jerin Jacob To: Gavin Hu 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) In-Reply-To: <20180524111754.GA5098@jerin> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.