doc: add multi-thread flow rate optimizations for mlx5
authorSuanming Mou <suanmingm@nvidia.com>
Tue, 13 Jul 2021 08:45:00 +0000 (11:45 +0300)
committerRaslan Darawsheh <rasland@nvidia.com>
Thu, 15 Jul 2021 14:16:18 +0000 (16:16 +0200)
This commit adds the multiple-thread flow insertion optimization
description.

Signed-off-by: Suanming Mou <suanmingm@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
doc/guides/nics/mlx5.rst
doc/guides/rel_notes/release_21_08.rst

index b8b8d97..4d98968 100644 (file)
@@ -455,6 +455,11 @@ Limitations
   - 256 ports maximum.
   - 4M connections maximum.
 
+- Multi-thread flow insertion:
+
+  - In order to achieve best insertion rate, application should manage the flows per lcore.
+  - Better to disable memory reclaim by setting ``reclaim_mem_mode`` to 0 to accelerate the flow object allocation and release with cache.
+
 Statistics
 ----------
 
index 8d61c0d..fadaa71 100644 (file)
@@ -89,6 +89,7 @@ New Features
   * Added support for meter hierarchy.
   * Added devargs options ``allow_duplicate_pattern``.
   * Added support for matching on VXLAN header last 8-bits reserved field.
+  * Optimized multi-thread flow rule insertion rate.
 
 * **Added Wangxun ngbe PMD.**