X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fexception_path%2Fmain.c;h=3e5b1e718f3d08f53dc34a8e5c86e04f48962488;hb=da5957821bdd;hp=280a50451a35a82b775f368c4c64c7d442bd6257;hpb=867a6c66ecf3d88e76367254e79bb9e7b936a830;p=dpdk.git diff --git a/examples/exception_path/main.c b/examples/exception_path/main.c index 280a50451a..3e5b1e718f 100644 --- a/examples/exception_path/main.c +++ b/examples/exception_path/main.c @@ -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];