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 <rkuduruma...@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.