DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: Hemant Agrawal <hemant.agrawal@nxp.com>
Cc: dev <dev@dpdk.org>, Sachin Saxena <sachin.saxena@nxp.com>
Subject: Re: [dpdk-dev] [PATCH v2 2/2] doc: bump the supported SDK and firmware version
Date: Tue, 5 Nov 2019 10:17:47 +0100	[thread overview]
Message-ID: <CAJFAV8w8kf7DSqpYKEiRoqSTWR1UUV=Vo-oD=c0L9-QC=WhCmg@mail.gmail.com> (raw)
In-Reply-To: <20191105075907.22804-2-hemant.agrawal@nxp.com>

On Tue, Nov 5, 2019 at 9:05 AM Hemant Agrawal <hemant.agrawal@nxp.com> wrote:
>
> This patch bump the supported SDK and MC firmware version
> to the latest.
>
> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
> ---
>  doc/guides/cryptodevs/dpaa2_sec.rst | 4 ++--
>  doc/guides/eventdevs/dpaa2.rst      | 4 ++--
>  doc/guides/nics/dpaa2.rst           | 4 ++--
>  doc/guides/platform/dpaa2.rst       | 7 +++++--
>  doc/guides/rawdevs/dpaa2_cmdif.rst  | 4 ++--
>  doc/guides/rawdevs/dpaa2_qdma.rst   | 4 ++--
>  6 files changed, 15 insertions(+), 12 deletions(-)
>
> diff --git a/doc/guides/cryptodevs/dpaa2_sec.rst b/doc/guides/cryptodevs/dpaa2_sec.rst
> index 55f0d6856..3053636b8 100644
> --- a/doc/guides/cryptodevs/dpaa2_sec.rst
> +++ b/doc/guides/cryptodevs/dpaa2_sec.rst
> @@ -161,8 +161,8 @@ See :doc:`../platform/dpaa2` for setup information
>
>  Currently supported by DPDK:
>
> -- NXP SDK **19.03+**.
> -- MC Firmware version **10.14.0** and higher.
> +- NXP SDK **19.09+**.
> +- MC Firmware version **10.18.0** 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/eventdevs/dpaa2.rst b/doc/guides/eventdevs/dpaa2.rst
> index dd8ebbcd0..835767f98 100644
> --- a/doc/guides/eventdevs/dpaa2.rst
> +++ b/doc/guides/eventdevs/dpaa2.rst
> @@ -38,8 +38,8 @@ See :doc:`../platform/dpaa2` for setup information
>
>  Currently supported by DPDK:
>
> -- NXP SDK **19.03+**.
> -- MC Firmware version **10.14.0** and higher.
> +- NXP SDK **19.09+**.
> +- MC Firmware version **10.18.0** 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 b6d9e2129..fdfa6fdd5 100644
> --- a/doc/guides/nics/dpaa2.rst
> +++ b/doc/guides/nics/dpaa2.rst
> @@ -421,8 +421,8 @@ See :doc:`../platform/dpaa2` for setup information
>
>  Currently supported by DPDK:
>
> -- NXP LSDK **19.03+**.
> -- MC Firmware version **10.14.0** and higher.
> +- NXP LSDK **19.08+**.
> +- MC Firmware version **10.18.0** 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/platform/dpaa2.rst b/doc/guides/platform/dpaa2.rst
> index c21bb193f..014545c0b 100644
> --- a/doc/guides/platform/dpaa2.rst
> +++ b/doc/guides/platform/dpaa2.rst
> @@ -70,6 +70,9 @@ compatible board:
>
>     DPAA2 based resources can be configured easily with the help of ready scripts
>     as provided in the DPDK Extra repository.

Missing empty line, that I will add while applying.

Besides, adding this entry makes obsolete the description before the list:

doc/guides/platform/dpaa2.rst:51
"There are four main pre-requisites for executing DPAA2 PMD on a DPAA2
compatible board:"

I can remove "four main" if you are okay with this.

> +5. **Build Config**
> +
> +   Use dpaa build configs, they work for both DPAA2 and DPAA platforms.
>
>  As an alternative method, DPAA2 PMD can also be executed using images provided
>  as part of SDK from NXP. The SDK includes all the above prerequisites necessary
> @@ -101,8 +104,8 @@ separately:
>
>  Currently supported by DPDK:
>
> -- NXP SDK **2.0+** (preferred: LSDK 19.03).
> -- MC Firmware version **10.14.0** and higher.
> +- NXP SDK **LSDK 19.09++**.
> +- MC Firmware version **10.18.0** and higher.
>  - Supported architectures:  **arm64 LE**.
>
>  - Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>`
> diff --git a/doc/guides/rawdevs/dpaa2_cmdif.rst b/doc/guides/rawdevs/dpaa2_cmdif.rst
> index bcd603c81..be9805874 100644
> --- a/doc/guides/rawdevs/dpaa2_cmdif.rst
> +++ b/doc/guides/rawdevs/dpaa2_cmdif.rst
> @@ -33,8 +33,8 @@ See :doc:`../platform/dpaa2` for setup information
>
>  Currently supported by DPDK:
>
> -- NXP SDK **19.03+**.
> -- MC Firmware version **10.14.0** and higher.
> +- NXP SDK **19.09+**.
> +- MC Firmware version **10.18.0** 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/rawdevs/dpaa2_qdma.rst b/doc/guides/rawdevs/dpaa2_qdma.rst
> index a5085c2c0..129e83d5e 100644
> --- a/doc/guides/rawdevs/dpaa2_qdma.rst
> +++ b/doc/guides/rawdevs/dpaa2_qdma.rst
> @@ -37,8 +37,8 @@ See :doc:`../platform/dpaa2` for setup information
>
>  Currently supported by DPDK:
>
> -- NXP SDK **19.03+**.
> -- MC Firmware version **10.14.0** and higher.
> +- NXP SDK **19.09+**.
> +- MC Firmware version **10.18.0** and higher.
>  - Supported architectures:  **arm64 LE**.
>
>  - Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK environment.
> --
> 2.17.1
>

Reviewed-by: David Marchand <david.marchand@redhat.com>


--
David Marchand


  reply	other threads:[~2019-11-05  9:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-04 11:21 [dpdk-dev] [PATCH 1/2] config: remove redundant dpaa2 build Hemant Agrawal
2019-11-04 11:21 ` [dpdk-dev] [PATCH 2/2] doc: bump the supported SDK and firmware version Hemant Agrawal
2019-11-04 20:48 ` [dpdk-dev] [PATCH 1/2] config: remove redundant dpaa2 build David Marchand
2019-11-05  3:41   ` Hemant Agrawal
2019-11-05  7:59 ` [dpdk-dev] [PATCH v2 " Hemant Agrawal
2019-11-05  7:59   ` [dpdk-dev] [PATCH v2 2/2] doc: bump the supported SDK and firmware version Hemant Agrawal
2019-11-05  9:17     ` David Marchand [this message]
2019-11-06 21:00       ` David Marchand
2019-11-05  9:17   ` [dpdk-dev] [PATCH v2 1/2] config: remove redundant dpaa2 build David Marchand
2019-11-06 20:58     ` David Marchand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJFAV8w8kf7DSqpYKEiRoqSTWR1UUV=Vo-oD=c0L9-QC=WhCmg@mail.gmail.com' \
    --to=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=hemant.agrawal@nxp.com \
    --cc=sachin.saxena@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).