summaryrefslogtreecommitdiffstats
path: root/src/pal/linux/mbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/linux/mbuf.h')
-rwxr-xr-xsrc/pal/linux/mbuf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pal/linux/mbuf.h b/src/pal/linux/mbuf.h
index 35a442bf..4132f842 100755
--- a/src/pal/linux/mbuf.h
+++ b/src/pal/linux/mbuf.h
@@ -65,6 +65,8 @@ typedef struct rte_mempool rte_mempool_t;
#define RTE_PKTMBUF_HEADROOM 0
+void utl_rte_mempool_delete(rte_mempool_t * &pool);
+
rte_mempool_t * utl_rte_mempool_create(const char *name,
unsigned n,
unsigned elt_size,