doc: add multi-thread flow rate optimizations for mlx5

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>
This commit is contained in:
Suanming Mou 2021-07-13 11:45:00 +03:00 committed by Raslan Darawsheh
parent a5835d530f
commit 9e22b859cd
2 changed files with 6 additions and 0 deletions

View 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
----------

View 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.**