[v6,15/15] doc: update release notes for ASO meter

Message ID 1618916122-181792-16-git-send-email-jiaweiw@nvidia.com (mailing list archive)
State Accepted, archived
Delegated to: Raslan Darawsheh
Headers
Series Add ASO meter support in MLX5 PMD |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/travis-robot success travis build: passed
ci/github-robot success github build: passed
ci/iol-testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Jiawei Wang April 20, 2021, 10:55 a.m. UTC
  This patches updates the release notes for ASO meter supports.
MLX5 PMD can scale the meter usage from 4K to millions with this
feature.

Signed-off-by: Jiawei Wang <jiaweiw@nvidia.com>
---
 doc/guides/rel_notes/release_21_05.rst | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Raslan Darawsheh April 21, 2021, 6:50 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: Jiawei Wang <jiaweiw@nvidia.com>
> Sent: Tuesday, April 20, 2021 1:55 PM
> To: Matan Azrad <matan@nvidia.com>; Ori Kam <orika@nvidia.com>; Slava
> Ovsiienko <viacheslavo@nvidia.com>; ferruh.yigit@intel.com; NBU-Contact-
> Thomas Monjalon <thomas@monjalon.net>
> Cc: dev@dpdk.org; Raslan Darawsheh <rasland@nvidia.com>; Asaf Penso
> <asafp@nvidia.com>
> Subject: [PATCH v6 15/15] doc: update release notes for ASO meter
> 
> This patches updates the release notes for ASO meter supports.
> MLX5 PMD can scale the meter usage from 4K to millions with this
> feature.
> 
> Signed-off-by: Jiawei Wang <jiaweiw@nvidia.com>

Acked-by: Raslan Darawsheh <rasland@nvidia.com>

Kindest regards
Raslan Darawsheh
  
Ferruh Yigit April 21, 2021, 8:58 a.m. UTC | #2
On 4/20/2021 11:55 AM, Jiawei Wang wrote:
> This patches updates the release notes for ASO meter supports.
> MLX5 PMD can scale the meter usage from 4K to millions with this
> feature.
> 
> Signed-off-by: Jiawei Wang <jiaweiw@nvidia.com>

doc update squashed to 12/15 in next-net, preferred to have doc update with patch.
  

Patch

diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst
index 668fca8..0c98f51 100644
--- a/doc/guides/rel_notes/release_21_05.rst
+++ b/doc/guides/rel_notes/release_21_05.rst
@@ -156,6 +156,7 @@  New Features
 
   * Added support for VXLAN and NVGRE encap as sample actions.
   * Support push VLAN on ingress traffic and pop VLAN on egress traffic in E-Switch mode.
+  * Added support for ASO (Advanced Steering Operation) meter.
 
 * **Updated NXP DPAA driver.**