]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_memzone.c
test/mempool: add unit test cases
[dpdk.git] / app / test / test_memzone.c
index 9fe465e62119915e9a422dd9d94940a59ba530b9..7edfd06c4d48cbf1dec0f14de716cdb77bb0aaad 100644 (file)
 #include <rte_memory.h>
 #include <rte_memzone.h>
 #include <rte_eal.h>
-#include <rte_eal_memconfig.h>
 #include <rte_common.h>
 #include <rte_string_fns.h>
 #include <rte_errno.h>
 #include <rte_malloc.h>
 #include "../../lib/librte_eal/common/malloc_elem.h"
+#include "../../lib/librte_eal/common/eal_memcfg.h"
 
 #include "test.h"