summaryrefslogtreecommitdiffstats
path: root/src/pal/linux_dpdk/mbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/linux_dpdk/mbuf.h')
-rwxr-xr-xsrc/pal/linux_dpdk/mbuf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pal/linux_dpdk/mbuf.h b/src/pal/linux_dpdk/mbuf.h
index cde01077..339c0909 100755
--- a/src/pal/linux_dpdk/mbuf.h
+++ b/src/pal/linux_dpdk/mbuf.h
@@ -30,6 +30,10 @@ typedef struct rte_mbuf rte_mbuf_t;
typedef struct rte_mempool rte_mempool_t;
+inline void utl_rte_mempool_delete(rte_mempool_t * & pool){
+}
+
+
rte_mempool_t * utl_rte_mempool_create(const char *name,
unsigned n,
unsigned elt_size,