DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: minor corrections in DPAA NIC guide
@ 2017-10-10 14:13 Hemant Agrawal
  2017-10-10 14:13 ` [dpdk-dev] [PATCH] doc: update the SDK version for DPAA2 Hemant Agrawal
  2017-10-11  2:20 ` [dpdk-dev] [PATCH] doc: minor corrections in DPAA NIC guide Ferruh Yigit
  0 siblings, 2 replies; 4+ messages in thread
From: Hemant Agrawal @ 2017-10-10 14:13 UTC (permalink / raw)
  To: john.mcnamara; +Cc: dev, shreyansh.jain

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
 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 7d054d7..d331c05 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 <https://releases.linaro.org/components/toolchain/binaries/4.9-2017.01/aarch64-linux-gnu>`_.
+   For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/binaries/6.4-2017.08/aarch64-linux-gnu/>`_.
 
 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 <http://git.freescale.com/git/cgit.cgi/ppc/sdk/fmc.git>`_.
+   This tool can be obtained from `NXP (Freescale) Public Git Repository <https://github.com/qoriq-open-source/fmc>`_.
+
    This tool needs configuration files which are available in the
-   :ref:`DPDK Extra Scripts <extra_scripts>`, described below.
+   :ref:`DPDK Extra Scripts <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.7.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dpdk-dev] [PATCH] doc: update the SDK version for DPAA2
  2017-10-10 14:13 [dpdk-dev] [PATCH] doc: minor corrections in DPAA NIC guide Hemant Agrawal
@ 2017-10-10 14:13 ` Hemant Agrawal
  2017-10-11  2:20   ` Ferruh Yigit
  2017-10-11  2:20 ` [dpdk-dev] [PATCH] doc: minor corrections in DPAA NIC guide Ferruh Yigit
  1 sibling, 1 reply; 4+ messages in thread
From: Hemant Agrawal @ 2017-10-10 14:13 UTC (permalink / raw)
  To: john.mcnamara; +Cc: dev, shreyansh.jain

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
 doc/guides/cryptodevs/dpaa2_sec.rst | 8 ++++----
 doc/guides/nics/dpaa2.rst           | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/guides/cryptodevs/dpaa2_sec.rst b/doc/guides/cryptodevs/dpaa2_sec.rst
index 18d980e..25dbf4a 100644
--- a/doc/guides/cryptodevs/dpaa2_sec.rst
+++ b/doc/guides/cryptodevs/dpaa2_sec.rst
@@ -183,17 +183,17 @@ The following dependencies are not part of DPDK and must be installed separately
 
   SDK and related information can be obtained from:  `NXP QorIQ SDK  <http://www.nxp.com/products/software-and-tools/run-time-software/linux-sdk/linux-sdk-for-qoriq-processors:SDKLINUX>`_.
 
-* **DPDK Helper Scripts**
+* **DPDK Extra Scripts**
 
   DPAA2 based resources can be configured easily with the help of ready scripts
   as provided in the DPDK helper repository.
 
-  `DPDK Helper Scripts <https://github.com/qoriq-open-source/dpdk-helper>`_.
+  `DPDK Extra Scripts <https://github.com/qoriq-open-source/dpdk-extras>`_.
 
 Currently supported by DPDK:
 
-* NXP SDK **2.0+**.
-* MC Firmware version **10.0.0** and higher.
+- NXP SDK **17.08+**.
+- MC Firmware version **10.3.1** and higher.
 * Supported architectures:  **arm64 LE**.
 
 * Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK environment.
diff --git a/doc/guides/nics/dpaa2.rst b/doc/guides/nics/dpaa2.rst
index d6b1f21..85bc048 100644
--- a/doc/guides/nics/dpaa2.rst
+++ b/doc/guides/nics/dpaa2.rst
@@ -448,7 +448,7 @@ compatible board:
 
 1. **ARM 64 Tool Chain**
 
-   For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/binaries/4.9-2017.01/aarch64-linux-gnu>`_.
+   For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/binaries/6.4-2017.08/aarch64-linux-gnu/>`_.
 
 2. **Linux Kernel**
 
@@ -487,8 +487,8 @@ separately:
 
 Currently supported by DPDK:
 
-- NXP SDK **2.0+**.
-- MC Firmware version **10.0.0** and higher.
+- NXP SDK **17.08+**.
+- MC Firmware version **10.3.1** and higher.
 - Supported architectures:  **arm64 LE**.
 
 - Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK environment.
@@ -496,7 +496,7 @@ Currently supported by DPDK:
 .. note::
 
    Some part of fslmc bus code (mc flib - object 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.7.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: minor corrections in DPAA NIC guide
  2017-10-10 14:13 [dpdk-dev] [PATCH] doc: minor corrections in DPAA NIC guide Hemant Agrawal
  2017-10-10 14:13 ` [dpdk-dev] [PATCH] doc: update the SDK version for DPAA2 Hemant Agrawal
@ 2017-10-11  2:20 ` Ferruh Yigit
  1 sibling, 0 replies; 4+ messages in thread
From: Ferruh Yigit @ 2017-10-11  2:20 UTC (permalink / raw)
  To: Hemant Agrawal, john.mcnamara; +Cc: dev, shreyansh.jain

On 10/10/2017 3:13 PM, Hemant Agrawal wrote:
> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>

Applied to dpdk-next-net/master, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: update the SDK version for DPAA2
  2017-10-10 14:13 ` [dpdk-dev] [PATCH] doc: update the SDK version for DPAA2 Hemant Agrawal
@ 2017-10-11  2:20   ` Ferruh Yigit
  0 siblings, 0 replies; 4+ messages in thread
From: Ferruh Yigit @ 2017-10-11  2:20 UTC (permalink / raw)
  To: Hemant Agrawal, john.mcnamara; +Cc: dev, shreyansh.jain

On 10/10/2017 3:13 PM, Hemant Agrawal wrote:
> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>

Applied to dpdk-next-net/master, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-11  2:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-10 14:13 [dpdk-dev] [PATCH] doc: minor corrections in DPAA NIC guide Hemant Agrawal
2017-10-10 14:13 ` [dpdk-dev] [PATCH] doc: update the SDK version for DPAA2 Hemant Agrawal
2017-10-11  2:20   ` Ferruh Yigit
2017-10-11  2:20 ` [dpdk-dev] [PATCH] doc: minor corrections in DPAA NIC guide Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).