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