]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/pipeline_passthrough.c
add prefix to cache line macros
[dpdk.git] / examples / ip_pipeline / pipeline_passthrough.c
index 4af6f44b5e6b60cebe55f71d7d3e6a97ba8a5696..948b2c1913fa0bb6cd0a58d66911c2e8d4218a26 100644 (file)
@@ -188,7 +188,7 @@ app_main_loop_passthrough(void) {
                core_id);
 
        m = rte_malloc_socket(NULL, sizeof(struct app_mbuf_array),
-               CACHE_LINE_SIZE, rte_socket_id());
+               RTE_CACHE_LINE_SIZE, rte_socket_id());
        if (m == NULL)
                rte_panic("%s: cannot allocate buffer space\n", __func__);