Hello Ferruh, > -----Original Message----- > From: Hemant Agrawal [mailto:hemant.agra...@nxp.com] > Sent: Sunday, April 09, 2017 1:41 PM > To: dev@dpdk.org > Cc: thomas.monja...@6wind.com; bruce.richard...@intel.com; Shreyansh Jain > <shreyansh.j...@nxp.com>; john.mcnam...@intel.com; ferruh.yi...@intel.com; > jerin.ja...@caviumnetworks.com > Subject: [PATCH v11 02/22] doc: add DPAA2 NIC details > > This patch adds the NXP dpaa2 architecture and pmd details > in the Network interfaces section. > > Signed-off-by: Hemant Agrawal <hemant.agra...@nxp.com> > Acked-by: John McNamara <john.mcnam...@intel.com> > --- > MAINTAINERS | 1 + > doc/guides/nics/dpaa2.rst | 614 > +++++++++++++++++++++++++++++++++ > doc/guides/nics/features/dpaa2.ini | 9 + > doc/guides/nics/index.rst | 1 + > doc/guides/rel_notes/release_17_05.rst | 11 + > 5 files changed, 636 insertions(+) > create mode 100644 doc/guides/nics/dpaa2.rst > create mode 100644 doc/guides/nics/features/dpaa2.ini >
[...] > +There are three main pre-requisities for executing DPAA2 PMD on a DPAA2 > +compatible board: > + > +1. **ARM 64 Tool Chain** > + > + For example, the *aarch64* Linaro Toolchain, which can be obtained from > + `here <https://releases.linaro.org/components/toolchain/binaries/4.9- > 2017.01/aarch64-linux-gnu>`_. > + > +2. **Linux Kernel** > + > + It can be obtained from `NXP's Github hosting <https://github.com/qoriq- > open-source/linux>`_. > + > +3. **Rootfile system** > + > + Any *aarch64* supporting filesystem can be used. For example, > + Ubuntu 15.10 (Wily) or 16.04 LTS (Xenial) userland which can be obtained > + from `here <http://cdimage.ubuntu.com/ubuntu- > base/releases/16.04/release/ubuntu-base-16.04.1-base-arm64.tar.gz>`_. > + There was a patch which I posted over previous series (v10) for removing 'here' and warning it was generating in "make doc". I will push that once again over this.