X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fmempool%2Frte_mempool.h;h=1d3cdf7f22093bfd7d6f56226e6e5529442ce679;hb=67cdaea00cd6ec72dc05386b80525157a9cf2018;hp=1e7a3c15273c5e869b1258f4ec841ab3d02a2e53;hpb=afdaa60795d525aee4fd21121561df737014cee0;p=dpdk.git diff --git a/lib/mempool/rte_mempool.h b/lib/mempool/rte_mempool.h index 1e7a3c1527..1d3cdf7f22 100644 --- a/lib/mempool/rte_mempool.h +++ b/lib/mempool/rte_mempool.h @@ -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);