[dpdk-dev] [PATCH v2] example exception_path: cache align per CPU stats

2018-02-13 Thread Dustin Lundquist
Align stats structure to cache line to prevent bouncing per CPU stats structure between cache lines. Fixes: af75078fece3 ("first public release") Signed-off-by: Dustin Lundquist --- v2: * Include fixes tag Verified alignment of lcore_stats array elements using gdb. examples/exce

[dpdk-dev] [PATCH] example exception_path: cache align per CPU stats

2018-02-12 Thread Dustin Lundquist
Align stats structure to cache line to prevent bouncing per CPU stats structure between cache lines. Signed-off-by: Dustin Lundquist --- examples/exception_path/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/exception_path/main.c b/examples/exception_path