]> git.droids-corp.org - dpdk.git/blobdiff - test/test/test_distributor_perf.c
pdump: fix error code check when creating/canceling pthread
[dpdk.git] / test / test / test_distributor_perf.c
index 732d86d0edc7b13eb99f42ecaa155cfcf0550f33..7d69887b9724a8357776594a1c9f84a46bba672e 100644 (file)
@@ -40,6 +40,7 @@
 #include <rte_common.h>
 #include <rte_mbuf.h>
 #include <rte_distributor.h>
+#include <rte_pause.h>
 
 #define ITER_POWER_CL 25 /* log 2 of how many iterations  for Cache Line test */
 #define ITER_POWER 21 /* log 2 of how many iterations we do when timing. */