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 D85F7FA78 for ; Mon, 27 Mar 2017 12:31:24 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 27 Mar 2017 03:31:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,231,1486454400"; d="scan'208";a="240681543" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga004.fm.intel.com with ESMTP; 27 Mar 2017 03:31:22 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by IRSMSX151.ger.corp.intel.com ([169.254.4.123]) with mapi id 14.03.0319.002; Mon, 27 Mar 2017 11:31:22 +0100 From: "Mcnamara, John" To: "Mcnamara, John" , Shreyansh Jain , "Yigit, Ferruh" CC: "hemant.agrawal@nxp.com" , "dev@dpdk.org" Thread-Topic: [PATCH] doc: fix DPAA2 guide build warning Thread-Index: AQHSpt96RkzFkBvJ106toeGXagNoQqGod+GwgAAElpA= Date: Mon, 27 Mar 2017 10:31:21 +0000 Message-ID: References: <1490608518-27315-1-git-send-email-shreyansh.jain@nxp.com> In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODNmMWEzYzktNjIwMC00YzM3LWI1NmEtODcyMmU0ZDk0M2EzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InNFZU9cL20ydkhtNTcyTnVzc1VLakYzbzlFM1hqSkU2TkdqOGNQWTVKdmtjPSJ9 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] doc: fix DPAA2 guide build warning 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, 27 Mar 2017 10:31:25 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mcnamara, John > Sent: Monday, March 27, 2017 11:16 AM > To: Shreyansh Jain ; Yigit, Ferruh > > Cc: hemant.agrawal@nxp.com; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: fix DPAA2 guide build warning >=20 >=20 >=20 > > -----Original Message----- > > From: Shreyansh Jain [mailto:shreyansh.jain@nxp.com] > > Sent: Monday, March 27, 2017 10:55 AM > > To: Yigit, Ferruh > > Cc: hemant.agrawal@nxp.com; dev@dpdk.org; Mcnamara, John > > ; Shreyansh Jain > > Subject: [PATCH] doc: fix DPAA2 guide build warning > > > > Fixes: 17a4c3c16f5c ("doc: add DPAA2 NIC details") > > > > Signed-off-by: Shreyansh Jain > > --- > > doc/guides/nics/dpaa2.rst | 3 +-- > > 1 file changed, 1 insertion(+), 2 deletions(-) > > > > diff --git a/doc/guides/nics/dpaa2.rst b/doc/guides/nics/dpaa2.rst > > index > > 7d7a6c5..46225b6 100644 > > --- a/doc/guides/nics/dpaa2.rst > > +++ b/doc/guides/nics/dpaa2.rst > > @@ -441,8 +441,7 @@ compatible board: > > > > 1. **ARM 64 Tool Chain** > > > > - For example, the *aarch64* Linaro Toolchain, which can be obtained > > from > > - `here > > 2017.01/aarch64-linux-gnu>`_. > > + For example, the `*aarch64* Linaro Toolchain > > > 2017.01/aarch64-linux-gnu>`_. > > >=20 > What is the build warning? >=20 > Also, the existing version with the `here `_ format is better since > it doesn't put a long url into the text. Probably it is better to fix tha= t > if it that is the issue. >=20 Whoops, sorry. I misread the patch. I see that you are still using `here `_ so disregard that comment. I would still be good to see the build issue though.