]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/iofwd.c
net/virtio: fix incorrect cast of void *
[dpdk.git] / app / test-pmd / iofwd.c
index 26936b7b035700bdd717bb4c1baef9759b6b4c05..ff6de45c04a8d3c0c2eee1a71de06c43bebaf616 100644 (file)
 #include <rte_debug.h>
 #include <rte_cycles.h>
 #include <rte_memory.h>
-#include <rte_memzone.h>
 #include <rte_launch.h>
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
 #include <rte_atomic.h>
 #include <rte_branch_prediction.h>
-#include <rte_memory.h>
 #include <rte_memcpy.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
@@ -64,6 +62,7 @@
 #include <rte_ether.h>
 #include <rte_ethdev.h>
 #include <rte_string_fns.h>
+#include <rte_flow.h>
 
 #include "testpmd.h"