]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/rel_notes/release_16_07.rst
mempool: allow user-owned cache
[dpdk.git] / doc / guides / rel_notes / release_16_07.rst
index 9e2a817771266c7d0599144e93a20d53bf52338c..569f562fd874cb603f605c8f52cbdabe458ff8e4 100644 (file)
@@ -38,6 +38,12 @@ New Features
 
   The size of the mempool structure is reduced if the per-lcore cache is disabled.
 
+* **Added mempool external cache for non-EAL thread.**
+
+   Added new functions to create, free or flush a user-owned mempool
+   cache for non-EAL threads. Previously, cache was always disabled
+   on these threads.
+
 * **Changed the memory allocation in mempool library.**
 
   * Added ability to allocate a large mempool in virtually fragmented memory.