[10/10] doc: updated release notes and mlx5 file

Message ID 20211022154600.2180938-10-fkelly@nvidia.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [01/10] common/mlx5: update PRM definitions for regex availability |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Francis Kelly Oct. 22, 2021, 3:46 p.m. UTC
  Provided further description within documentation regarding
the RXP to CRSpace changes.

Signed-off-by: Francis Kelly <fkelly@nvidia.com>
---
 doc/guides/regexdevs/mlx5.rst          | 2 +-
 doc/guides/rel_notes/release_21_11.rst | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
  

Comments

Ori Kam Oct. 24, 2021, 1:43 p.m. UTC | #1
> -----Original Message-----
> From: Francis Kelly <fkelly@nvidia.com>
> Sent: Friday, October 22, 2021 6:46 PM
> Subject: [PATCH 10/10] doc: updated release notes and mlx5 file
> 
> Provided further description within documentation regarding
> the RXP to CRSpace changes.
> 
> Signed-off-by: Francis Kelly <fkelly@nvidia.com>
> ---
>  doc/guides/regexdevs/mlx5.rst          | 2 +-
>  doc/guides/rel_notes/release_21_11.rst | 3 +++
>  2 files changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/doc/guides/regexdevs/mlx5.rst b/doc/guides/regexdevs/mlx5.rst
> index 7c3a7c84bb..b2bf0afd01 100644
> --- a/doc/guides/regexdevs/mlx5.rst
> +++ b/doc/guides/regexdevs/mlx5.rst
> @@ -55,7 +55,7 @@ Prerequisites
>  Limitations
>  -----------
> 
> -- The firmware version must be equal to or lower than XX.30.1004
> +- The firmware version must be greater than XX.31.0364
> 
>  Run-time configuration
>  ~~~~~~~~~~~~~~~~~~~~~~
> diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst
> index 74776ca069..042348fae6 100644
> --- a/doc/guides/rel_notes/release_21_11.rst
> +++ b/doc/guides/rel_notes/release_21_11.rst
> @@ -240,6 +240,9 @@ New Features
>    * Added tests to verify tunnel header verification in IPsec inbound.
>    * Added tests to verify inner checksum.
> 
> +* **Updated Mellanox mlx5 driver.**
> +
> +  * Added support for new ROF file format.
> 
>  Removed Items
>  -------------
> --
> 2.25.1

Acked-by: Ori Kam <orika@nvidia.com>
Best,
Ori
  
Thomas Monjalon Nov. 3, 2021, 10:13 p.m. UTC | #2
A cover letter is missing for this series.

> > Provided further description within documentation regarding
> > the RXP to CRSpace changes.

This patch should be squashed with the relevant code change.

> > --- a/doc/guides/rel_notes/release_21_11.rst
> > +++ b/doc/guides/rel_notes/release_21_11.rst
> > +* **Updated Mellanox mlx5 driver.**

regex should be mentioned

> > +
> > +  * Added support for new ROF file format.
> 
> Acked-by: Ori Kam <orika@nvidia.com>

I had to rebase the series after the MR changes.

The patch 8 is fixing the patch 2.
We should not do that in a series, so I squashed them,
updating explanations and authors.

With above fixes, applied, thanks.
  

Patch

diff --git a/doc/guides/regexdevs/mlx5.rst b/doc/guides/regexdevs/mlx5.rst
index 7c3a7c84bb..b2bf0afd01 100644
--- a/doc/guides/regexdevs/mlx5.rst
+++ b/doc/guides/regexdevs/mlx5.rst
@@ -55,7 +55,7 @@  Prerequisites
 Limitations
 -----------
 
-- The firmware version must be equal to or lower than XX.30.1004
+- The firmware version must be greater than XX.31.0364
 
 Run-time configuration
 ~~~~~~~~~~~~~~~~~~~~~~
diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst
index 74776ca069..042348fae6 100644
--- a/doc/guides/rel_notes/release_21_11.rst
+++ b/doc/guides/rel_notes/release_21_11.rst
@@ -240,6 +240,9 @@  New Features
   * Added tests to verify tunnel header verification in IPsec inbound.
   * Added tests to verify inner checksum.
 
+* **Updated Mellanox mlx5 driver.**
+
+  * Added support for new ROF file format.
 
 Removed Items
 -------------