[v8,4/4] doc: update release notes for 23_03.rst

Message ID 20230214130458.1114765-4-rkudurumalla@marvell.com (mailing list archive)
State Changes Requested, archived
Delegated to: Ferruh Yigit
Headers
Series [v8,1/4] ethdev: skip congestion management configuration |

Checks

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

Commit Message

Rakesh Kudurumalla Feb. 14, 2023, 1:04 p.m. UTC
  Updated release notes on new action to skip
congestion management configuration

Signed-off-by: Rakesh Kudurumalla <rkudurumalla@marvell.com>
---
 doc/guides/rel_notes/release_23_03.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)
  

Comments

Ferruh Yigit Feb. 14, 2023, 1:19 p.m. UTC | #1
On 2/14/2023 1:04 PM, Rakesh Kudurumalla wrote:
> Updated release notes on new action to skip
> congestion management configuration
> 
> Signed-off-by: Rakesh Kudurumalla <rkudurumalla@marvell.com>

please distribute this patch to relevant patches, like flow api update
can go into first patch (ethdev one), driver update to the one that
updates driver.

No need to have a separate patch for release updates.

> ---
>  doc/guides/rel_notes/release_23_03.rst | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_23_03.rst b/doc/guides/rel_notes/release_23_03.rst
> index 1fa101c420..a58e92071c 100644
> --- a/doc/guides/rel_notes/release_23_03.rst
> +++ b/doc/guides/rel_notes/release_23_03.rst
> @@ -55,6 +55,12 @@ New Features
>       Also, make sure to start the actual text at the margin.
>       =======================================================
>  
> +* **Added support to skip congestion management configuration.**
> +
> +  Added a new action ``RTE_FLOW_ACTION_TYPE_SKIP_CMAN`` to skip
> +  congestion management processing based on per flow or packet color
> +  identified by rte_flow meter object
> +

Can you please rebase on latest next-net, this part is different in
latest head?

Also there are a few other flow api related release notes updates, can
you please keep the note similar to existing ones?

>  * **Updated AMD axgbe driver.**
>  
>    * Added multi-process support.
> @@ -72,6 +78,11 @@ New Features
>  
>    Added support for SHAKE hash algorithm in cn9k and cn10k.
>  
> +* **Updated Marvell cnxk ethdev PMD.**
> +
> +  Added support to skip RED using new action
> +  ``RTE_FLOW_ACTION_TYPE_SKIP_CMAN``
> +
>  * **Updated Intel QuickAssist Technology (QAT) crypto driver.**
>  
>    * Added support for SHA3 224/256/384/512 plain hash in QAT GEN 3.
  

Patch

diff --git a/doc/guides/rel_notes/release_23_03.rst b/doc/guides/rel_notes/release_23_03.rst
index 1fa101c420..a58e92071c 100644
--- a/doc/guides/rel_notes/release_23_03.rst
+++ b/doc/guides/rel_notes/release_23_03.rst
@@ -55,6 +55,12 @@  New Features
      Also, make sure to start the actual text at the margin.
      =======================================================
 
+* **Added support to skip congestion management configuration.**
+
+  Added a new action ``RTE_FLOW_ACTION_TYPE_SKIP_CMAN`` to skip
+  congestion management processing based on per flow or packet color
+  identified by rte_flow meter object
+
 * **Updated AMD axgbe driver.**
 
   * Added multi-process support.
@@ -72,6 +78,11 @@  New Features
 
   Added support for SHAKE hash algorithm in cn9k and cn10k.
 
+* **Updated Marvell cnxk ethdev PMD.**
+
+  Added support to skip RED using new action
+  ``RTE_FLOW_ACTION_TYPE_SKIP_CMAN``
+
 * **Updated Intel QuickAssist Technology (QAT) crypto driver.**
 
   * Added support for SHA3 224/256/384/512 plain hash in QAT GEN 3.