]> git.droids-corp.org - dpdk.git/blobdiff - examples/exception_path/main.c
examples/exception_path: align stats on cache line
[dpdk.git] / examples / exception_path / main.c
index 280a50451a35a82b775f368c4c64c7d442bd6257..3e5b1e718f3d08f53dc34a8e5c86e04f48962488 100644 (file)
@@ -108,7 +108,7 @@ struct stats {
        uint64_t rx;
        uint64_t tx;
        uint64_t dropped;
-};
+} __rte_cache_aligned;
 
 /* Array of lcore-specific stats */
 static struct stats lcore_stats[RTE_MAX_LCORE];