add prefix to cache line macros
[dpdk.git] / examples / multi_process / symmetric_mp / main.c
index ff48f20..01faae9 100644 (file)
@@ -101,7 +101,7 @@ struct port_stats{
        unsigned rx;
        unsigned tx;
        unsigned drop;
-} __attribute__((aligned(CACHE_LINE_SIZE / 2)));
+} __attribute__((aligned(RTE_CACHE_LINE_SIZE / 2)));
 
 static int proc_id = -1;
 static unsigned num_procs = 0;