diff options
Diffstat (limited to 'examples/exception_path/main.c')
-rw-r--r-- | examples/exception_path/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/exception_path/main.c b/examples/exception_path/main.c index 89bf1cc0..331d2f48 100644 --- a/examples/exception_path/main.c +++ b/examples/exception_path/main.c @@ -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]; |