examples/exception_path: align stats on cache line
authorDustin Lundquist <dustin@null-ptr.net>
Tue, 13 Feb 2018 16:58:56 +0000 (08:58 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 13 Feb 2018 22:21:33 +0000 (23:21 +0100)
commitec94968ed4c53d7fa16a49b7243ece10b93ab8ba
tree6602f04330a9b38b6d035b900a0f6964a5dcbf45
parent3344fb8fa4dd285647730fb3d8eba9ea12ca2d79
examples/exception_path: align stats on cache line

Align stats structure to cache line to prevent bouncing per CPU stats
structure between cache lines.

Fixes: af75078fece3 ("first public release")
Cc: stable@dpdk.org
Signed-off-by: Dustin Lundquist <dustin@null-ptr.net>
Acked-by: Remy Horton <remy.horton@intel.com>
examples/exception_path/main.c