[dpdk-dev] [PATCH v11 02/22] doc: add DPAA2 NIC details

Shreyansh Jain shreyansh.jain at nxp.com
Sun Apr 9 14:23:41 CEST 2017


Hello Ferruh,

> -----Original Message-----
> From: Hemant Agrawal [mailto:hemant.agrawal at nxp.com]
> Sent: Sunday, April 09, 2017 1:41 PM
> To: dev at dpdk.org
> Cc: thomas.monjalon at 6wind.com; bruce.richardson at intel.com; Shreyansh Jain
> <shreyansh.jain at nxp.com>; john.mcnamara at intel.com; ferruh.yigit at intel.com;
> jerin.jacob at 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.agrawal at nxp.com>
> Acked-by: John McNamara <john.mcnamara at 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.


More information about the dev mailing list