From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 31C94FAC0 for ; Mon, 27 Mar 2017 13:22:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490613723; x=1522149723; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=xwNspzqeeZkReoYKY7wzPkuifycXZWNL6x3BfuMxLuI=; b=QW81YXQ4HubMaRioyKdbZ5hS5yKUr6oiLcV+icC6WT7njvzWLPXXVWB/ Q9rADwmLM/G5Vg1au+/6CQOk0DvTVw==; Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Mar 2017 04:22:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,231,1486454400"; d="scan'208";a="1112517181" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga001.jf.intel.com with ESMTP; 27 Mar 2017 04:22:01 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0319.002; Mon, 27 Mar 2017 12:22:01 +0100 From: "Mcnamara, John" To: "Yigit, Ferruh" , Shreyansh Jain CC: "hemant.agrawal@nxp.com" , "dev@dpdk.org" Thread-Topic: [PATCH] doc: fix DPAA2 guide build warning Thread-Index: AQHSpt96RkzFkBvJ106toeGXagNoQqGoYp8A////7oCAABT1AIAAE2SA Date: Mon, 27 Mar 2017 11:22:00 +0000 Message-ID: References: <1490608518-27315-1-git-send-email-shreyansh.jain@nxp.com> <7137b742-c16e-82a2-2acd-2d052d5a2c26@intel.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTM1N2ZiNmUtYjQwYi00MTRkLWI4OTktOTk2OTUzZGIzZGQyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjNaamx4dWFab3pSVkVuRjlrNGtWZlhpeGhQQWFzR01HWTltb1N3aVdpcms9In0= 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 11:22:04 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Monday, March 27, 2017 12:12 PM > To: Shreyansh Jain > Cc: hemant.agrawal@nxp.com; dev@dpdk.org; Mcnamara, John > > Subject: Re: [PATCH] doc: fix DPAA2 guide build warning >=20 > On 3/27/2017 10:57 AM, Ferruh Yigit wrote: > > On 3/27/2017 10:57 AM, Shreyansh Jain wrote: > >> On Monday 27 March 2017 03:25 PM, Shreyansh Jain wrote: > >>> 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 obtaine= d > from > >>> - `here > 2017.01/aarch64-linux-gnu>`_. > >>> + For example, the `*aarch64* Linaro Toolchain > 2017.01/aarch64-linux-gnu>`_. > >>> > >>> 2. **Linux Kernel** > >>> > >>> > >> > >> I am not sure how to specific in patch that it applies on > >> dpdk-net-next in response to [1]. > > > > I don't know either :), but thanks for letting know, I will check it. >=20 > I confirm this fixes the documentation warning, patch squashed into > relevant commit (17a4c3c16f5c) >=20 In that case: Acked-by: John McNamara