From f4be2da052a5e56f39998e74d64d80ecde6d9596 Mon Sep 17 00:00:00 2001 From: Hemant Agrawal Date: Tue, 10 Oct 2017 19:43:20 +0530 Subject: [PATCH] doc: minor corrections in DPAA NIC guide Signed-off-by: Hemant Agrawal --- doc/guides/nics/dpaa.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/guides/nics/dpaa.rst b/doc/guides/nics/dpaa.rst index 7d054d7018..d331c05328 100644 --- a/doc/guides/nics/dpaa.rst +++ b/doc/guides/nics/dpaa.rst @@ -201,7 +201,7 @@ compatible board: 1. **ARM 64 Tool Chain** - For example, the `*aarch64* Linaro Toolchain `_. + For example, the `*aarch64* Linaro Toolchain `_. 2. **Linux Kernel** @@ -218,9 +218,10 @@ compatible board: Before any DPDK application can be executed, the Frame Manager Configuration Tool (FMC) need to be executed to set the configurations of the queues. This includes the queue state, RSS and other policies. - This tool can be obtained from `NXP (Freescale) Public Git Repository `_. + This tool can be obtained from `NXP (Freescale) Public Git Repository `_. + This tool needs configuration files which are available in the - :ref:`DPDK Extra Scripts `, described below. + :ref:`DPDK Extra Scripts `, described below for DPDK usages. As an alternative method, DPAA PMD can also be executed using images provided as part of SDK from NXP. The SDK includes all the above prerequisites necessary @@ -261,7 +262,7 @@ Currently supported by DPDK: .. note:: Some part of dpaa bus code (qbman and fman - library) routines are - dual licensed (BSD & GPLv2). + dual licensed (BSD & GPLv2), however they are used as BSD in DPDK in userspace. Pre-Installation Configuration ------------------------------ -- 2.20.1