doc: add test platform

Message ID 20211126094110.22167-1-apeksha.gupta@nxp.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series doc: add test platform |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/github-robot: build success github build: passed
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS

Commit Message

Apeksha Gupta Nov. 26, 2021, 9:41 a.m. UTC
  Add tested NXP platform to v21.11 release note for NXP enetfec
PMD.

Signed-off-by: Apeksha Gupta <apeksha.gupta@nxp.com>
---
 doc/guides/rel_notes/release_21_11.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)
  

Comments

David Marchand Nov. 26, 2021, 12:53 p.m. UTC | #1
On Fri, Nov 26, 2021 at 10:41 AM Apeksha Gupta <apeksha.gupta@nxp.com> wrote:
>
> Add tested NXP platform to v21.11 release note for NXP enetfec
> PMD.
>
> Signed-off-by: Apeksha Gupta <apeksha.gupta@nxp.com>
> ---
>  doc/guides/rel_notes/release_21_11.rst | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
> diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst
> index f31d52f557..285be6d713 100644
> --- a/doc/guides/rel_notes/release_21_11.rst
> +++ b/doc/guides/rel_notes/release_21_11.rst
> @@ -720,3 +720,14 @@ Tested Platforms
>        * Firmware version: 8.30 0x8000a489 1.2879.0
>        * Device id (pf): 8086:15ff
>        * Driver version: 2.17.4 (i40e)
> +
> +* ARM SoCs from NXP (with integrated NICs)

I preferred the formulation as "NXP ARM SoCs" like in past release notes.


> +
> +    * SoC:

And I fixed indent.


> +
> +      * NXP i.MX 8M Mini with ARM Cortex A53, Cortex M4
> +
> +    * OS (Based on NXP LF support packages):
> +
> +      * Kernel version: 5.10
> +      * Ubuntu 18.04
> --
> 2.17.1
>

Applied.
  

Patch

diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst
index f31d52f557..285be6d713 100644
--- a/doc/guides/rel_notes/release_21_11.rst
+++ b/doc/guides/rel_notes/release_21_11.rst
@@ -720,3 +720,14 @@  Tested Platforms
       * Firmware version: 8.30 0x8000a489 1.2879.0
       * Device id (pf): 8086:15ff
       * Driver version: 2.17.4 (i40e)
+
+* ARM SoCs from NXP (with integrated NICs)
+
+    * SoC:
+
+      * NXP i.MX 8M Mini with ARM Cortex A53, Cortex M4
+
+    * OS (Based on NXP LF support packages):
+
+      * Kernel version: 5.10
+      * Ubuntu 18.04