X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=examples%2Fexception_path%2Fmain.c;fp=examples%2Fexception_path%2Fmain.c;h=331d2f484c82b1459e2e754652b1c2b57faf97da;hb=39157ec04095ab012d11db23c462844634bfbb8f;hp=89bf1cc06089c5f24edb9ea2f5320d702352ee76;hpb=47d9763a1dd3103d732da9eec350cfc1cd784717;p=deb_dpdk.git 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];