From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id AE17849E1 for ; Tue, 29 May 2018 10:39:27 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 May 2018 01:39:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,455,1520924400"; d="scan'208";a="44727491" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga007.jf.intel.com with ESMTP; 29 May 2018 01:39:26 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.212]) by IRSMSX103.ger.corp.intel.com ([169.254.3.136]) with mapi id 14.03.0319.002; Tue, 29 May 2018 09:39:01 +0100 From: "Kovacevic, Marko" To: Gavin Hu , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v4 2/2] doc: add a guide doc for cross compiling from x86 Thread-Index: AQHT9x3TDtsDJPLjg0SeBuc1kco1paRGYSvQ Date: Tue, 29 May 2018 08:39:01 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F6601FE802C@IRSMSX104.ger.corp.intel.com> References: <1527576667-26415-1-git-send-email-gavin.hu@arm.com> <1527578508-27297-1-git-send-email-gavin.hu@arm.com> <1527578508-27297-3-git-send-email-gavin.hu@arm.com> In-Reply-To: <1527578508-27297-3-git-send-email-gavin.hu@arm.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTA3OWRjNWUtN2M1MS00ZmQxLWFmOTAtZGEzYjUyY2FlZTIxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImJPREY3bm40U0VIbFJsRnRQeCtFcWc3bjJNU241OVlMMHJlZ0dneXpEdTg9In0= x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 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: Tue, 29 May 2018 08:39:28 -0000 > Signed-off-by: Gavin Hu > > .../linux_gsg/cross_build_dpdk_for_arm64.rst | 125 > +++++++++++++++++++++ > doc/guides/linux_gsg/index.rst | 1 + > 2 files changed, 126 insertions(+) > > +Cross compile DPDK for ARM64 > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D <...> > +Getting the prerequisite library > +-------------------------------- > + > +NUMA is required by most modern machines, not needed for non-NUMA > archtectures. > + Spelling archtectures/ architectures <...> > + > +.. _augument_the_cross_toolcain_with_numa_support: > + > +Augument the cross toolchain with NUMA support > +---------------------------------------------- > + Both augument / Augment=20 <...> > + 1. EXTRA_CFLAGS and EXTRA_LDFLAGS should be added to include the > NUMA headers and link the library respectively, > + if the step :ref:`augument_the_cross_toolcain_with_numa_support` was > skipped therefore the toolchain was not > + augumented with NUMA support. Spelling for two cases again Augument/ Augment <...> Good work way better version this time looks clean. Marko K.