]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/nics/mlx5.rst
net/mlx5: add new memory region support
[dpdk.git] / doc / guides / nics / mlx5.rst
index 5854106b5f015ee67b4521d53bd9328b84c46783..13cc3f8314e299495caebda83b2f23fc86332cf2 100644 (file)
@@ -614,6 +614,12 @@ Performance tuning
         The XXX can be different on different systems. Make sure to configure
         according to the setpci output.
 
+7. To minimize overhead of searching Memory Regions:
+
+   - '--socket-mem' is recommended to pin memory by predictable amount.
+   - Configure per-lcore cache when creating Mempools for packet buffer.
+   - Refrain from dynamically allocating/freeing memory in run-time.
+
 Notes for testpmd
 -----------------