]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/mempool_lib.rst
eal: register non-EAL threads as lcores
[dpdk.git] / doc / guides / prog_guide / mempool_lib.rst
index f8b430d6564daf538052b42b56f66e0f83618b11..e3e1f940bebfd2baa40bee330c4fbde310096b5c 100644 (file)
@@ -103,7 +103,7 @@ The maximum size of the cache is static and is defined at compilation time (CONF
 Alternatively to the internal default per-lcore local cache, an application can create and manage external caches through the ``rte_mempool_cache_create()``, ``rte_mempool_cache_free()`` and ``rte_mempool_cache_flush()`` calls.
 These user-owned caches can be explicitly passed to ``rte_mempool_generic_put()`` and ``rte_mempool_generic_get()``.
 The ``rte_mempool_default_cache()`` call returns the default internal cache if any.
-In contrast to the default caches, user-owned caches can be used by non-EAL threads too.
+In contrast to the default caches, user-owned caches can be used by unregistered non-EAL threads too.
 
 Mempool Handlers
 ------------------------