net/ixgbe/base: include new speeds in VFLINK interpretation
[dpdk.git] / app / test-pipeline / runtime.c
index 14b7998..42a6142 100644 (file)
@@ -48,7 +48,6 @@
 #include <rte_memory.h>
 #include <rte_memcpy.h>
 #include <rte_memzone.h>
-#include <rte_tailq.h>
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_launch.h>
@@ -112,7 +111,7 @@ app_main_loop_worker(void) {
                rte_lcore_id());
 
        worker_mbuf = rte_malloc_socket(NULL, sizeof(struct app_mbuf_array),
-                       CACHE_LINE_SIZE, rte_socket_id());
+                       RTE_CACHE_LINE_SIZE, rte_socket_id());
        if (worker_mbuf == NULL)
                rte_panic("Worker thread: cannot allocate buffer space\n");