[v2,4/4] doc: update RSS support in sample action

Message ID 1610445689-389472-5-git-send-email-jiaweiw@nvidia.com (mailing list archive)
State Superseded, archived
Delegated to: Ferruh Yigit
Headers
Series Add RSS action support in the sample sub-actions list |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Jiawei Wang Jan. 12, 2021, 10:01 a.m. UTC
  Add description about mlx5 PMD RSS action support for the Sample action.

Signed-off-by: Jiawei Wang <jiaweiw@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
---
 doc/guides/nics/mlx5.rst               | 1 +
 doc/guides/rel_notes/release_21_02.rst | 5 +++++
 2 files changed, 6 insertions(+)
  

Comments

Ferruh Yigit Jan. 19, 2021, 1:13 p.m. UTC | #1
On 1/12/2021 10:01 AM, Jiawei Wang wrote:
> Add description about mlx5 PMD RSS action support for the Sample action.
> 
> Signed-off-by: Jiawei Wang <jiaweiw@nvidia.com>
> Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>

Squashed into relevant commit [1] in next-net, thanks.

[1] https://patches.dpdk.org/patch/86396/
  

Patch

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index 3bda0f8..c20c0ed 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -98,6 +98,7 @@  Features
 - Hardware LRO.
 - Hairpin.
 - Multiple-thread flow insertion.
+- RSS support in sample action.
 
 Limitations
 -----------
diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst
index 706cbf8..610ddcd 100644
--- a/doc/guides/rel_notes/release_21_02.rst
+++ b/doc/guides/rel_notes/release_21_02.rst
@@ -55,6 +55,11 @@  New Features
      Also, make sure to start the actual text at the margin.
      =======================================================
 
+* **Updated Mellanox mlx5 driver.**
+
+  Updated the Mellanox mlx5 driver with new features and improvements, including:
+
+  * Added support for RSS action in the sample sub-actions list.
 
 Removed Items
 -------------