]> git.droids-corp.org - dpdk.git/blobdiff - lib/mempool/rte_mempool.h
vhost: add vDPA resource cleanup callback
[dpdk.git] / lib / mempool / rte_mempool.h
index 1e7a3c15273c5e869b1258f4ec841ab3d02a2e53..1d3cdf7f22093bfd7d6f56226e6e5529442ce679 100644 (file)
@@ -1101,6 +1101,7 @@ rte_mempool_create_empty(const char *name, unsigned n, unsigned elt_size,
  *
  * @param mp
  *   A pointer to the mempool structure.
+ *   If NULL then, the function does nothing.
  */
 void
 rte_mempool_free(struct rte_mempool *mp);