New upstream version 16.11.5
[deb_dpdk.git] / examples / exception_path / main.c
index 89bf1cc..331d2f4 100644 (file)
@@ -141,7 +141,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];