From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 807BB2C57 for ; Mon, 28 May 2018 18:01:27 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 May 2018 09:01:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,453,1520924400"; d="scan'208";a="43456188" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga008.fm.intel.com with ESMTP; 28 May 2018 09:01:25 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.212]) by IRSMSX153.ger.corp.intel.com ([169.254.9.60]) with mapi id 14.03.0319.002; Mon, 28 May 2018 17:01:24 +0100 From: "Kovacevic, Marko" To: Gavin Hu , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 2/2] doc: add a guide doc for cross compiling from x86 Thread-Index: AQHT9lNsiDDpiM4kzkS77PuuX1r08aRFRsnA Date: Mon, 28 May 2018 16:01:24 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F6601FE5F26@IRSMSX104.ger.corp.intel.com> References: <1527133127-29407-1-git-send-email-gavin.hu@arm.com> <1527490428-15540-1-git-send-email-gavin.hu@arm.com> <1527490428-15540-2-git-send-email-gavin.hu@arm.com> In-Reply-To: <1527490428-15540-2-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGFmYTQ0NDctOTRlZS00YzBhLWJkNjItNmJlNTYwZjQyMTJkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ilo4RFwvR3U3anErMkR6aHlEcHhmN2QwbU5ndHRmRzdJK3NESExkRGJNXC9odz0ifQ== 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 v2 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: Mon, 28 May 2018 16:01:29 -0000 > This is guild for cross compiling for ARM64 from X86 hosts. >=20 > Signed-off-by: Gavin Hu > Reviewed-by: Steve Capper > Reviewed-by: Honnappa Nagarahalli > Reviewed-by: Marko Kovacevic > Reviewed-by: Jerin Jacob > Reviewed-by: Thomas Monjalon > Reviewed-by: Bruce Richardson > --- Hi Gavin, After reviewing your file in the .rst format it doesn't look good, the whol= e formatting is wrong and unreadable. As you have the wrong headers and sections. You have code block= and command line arguments=20 added in everywhere making it not look good. Also you have added an index t= o a file in the howto that doesn't exist. dpdk/doc/guides/howto/index.rst:7: WARNING: toctree contains reference to n= onexisting document u'howto/ cross_compile_sdk_for_arm64' dpdk/doc/guides/linux_gsg/index.rst:9: WARNING: toctree contains reference = to nonexisting document u'linux_gsg/ cross_build_dpdk_for_arm64' dpdk/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst: WARNING: document= isn't included in any toctree Id advise you go to this link and familiarize yourself with the proper way = of writing in the rst format. And also try and view the html version of your file before you send it out = to make sure it looks ok. If you adding command line arguments into text use this ``make -j CROSS=3Da= arch64-linux-gnu- CONFIG_RTE_KNI_KMOD=3Dn CONFIG_RTE_EAL_IGB_UIO=3Dn`` http://dpdk.org/doc/guides/contributing/documentation.html Marko K