aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/include/odp_pool_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-dpdk/include/odp_pool_internal.h')
-rw-r--r--platform/linux-dpdk/include/odp_pool_internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/linux-dpdk/include/odp_pool_internal.h b/platform/linux-dpdk/include/odp_pool_internal.h
index ee0a5d1c9..693442965 100644
--- a/platform/linux-dpdk/include/odp_pool_internal.h
+++ b/platform/linux-dpdk/include/odp_pool_internal.h
@@ -31,10 +31,6 @@ extern "C" {
/* for DPDK */
#include <rte_mempool.h>
-#include <rte_memzone.h>
-
-ODP_STATIC_ASSERT(ODP_POOL_NAME_LEN == RTE_MEMZONE_NAMESIZE,
- "ERROR: Pool name sizes doesn't match");
/* Use ticketlock instead of spinlock */
#define POOL_USE_TICKETLOCK