]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/app.h
examples/ip_pipeline: fix false cacheline sharing among threads
[dpdk.git] / examples / ip_pipeline / app.h
index 848244a66d9ed63f63d154c8c16c1f7e926c2298..761134135cffeec83f5983124f008caacde8bafb 100644 (file)
@@ -300,7 +300,7 @@ struct app_thread_data {
        uint64_t headroom_time;
        uint64_t headroom_cycles;
        double headroom_ratio;
-};
+} __rte_cache_aligned;
 
 #ifndef APP_MAX_LINKS
 #define APP_MAX_LINKS                            16