From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] doc: fix DPAA2 guide build warning Date: Mon, 27 Mar 2017 12:12:24 +0100 Message-ID: References: <1490608518-27315-1-git-send-email-shreyansh.jain@nxp.com> <7137b742-c16e-82a2-2acd-2d052d5a2c26@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: hemant.agrawal@nxp.com, dev@dpdk.org, john.mcnamara@intel.com To: Shreyansh Jain Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B04DCD59A for ; Mon, 27 Mar 2017 13:12:27 +0200 (CEST) In-Reply-To: <7137b742-c16e-82a2-2acd-2d052d5a2c26@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 obtained from >>> - `here `_. >>> + For example, the `*aarch64* Linaro Toolchain `_. >>> >>> 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. I confirm this fixes the documentation warning, patch squashed into relevant commit (17a4c3c16f5c) > >> >> [1] http://dpdk.org/ml/archives/dev/2017-March/061335.html >> >