From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id DFE5F2BCD for ; Tue, 11 Apr 2017 16:58:20 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Apr 2017 07:58:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,186,1488873600"; d="scan'208";a="1133992808" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga001.fm.intel.com with ESMTP; 11 Apr 2017 07:58:17 -0700 To: Shreyansh Jain , Hemant Agrawal Cc: dev@dpdk.org, john.mcnamara@intel.com References: <1491725483-6619-3-git-send-email-hemant.agrawal@nxp.com> <1491800074-24710-1-git-send-email-shreyansh.jain@nxp.com> From: Ferruh Yigit Message-ID: <51b28ecc-df85-07fb-40be-9c71d63a3fa0@intel.com> Date: Tue, 11 Apr 2017 15:58:15 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <1491800074-24710-1-git-send-email-shreyansh.jain@nxp.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: fix build error in DPAA2 PMD guide 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, 11 Apr 2017 14:58:22 -0000 On 4/10/2017 5:54 AM, Shreyansh Jain wrote: > 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 `_. I think this is no more valid with v12 of PMD [1], removing from patchwork. [1] http://dpdk.org/dev/patchwork/patch/23484/ > > 2. **Linux Kernel** > >