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

2018-02-13 Thread Remy Horton
Patch ought to also have: Fixes: af75078fece3 ("first public release") Otherwise looks good to me. I'm not the maintainer so have only done basic smoke tests. On 13/02/2018 03:43, Dustin Lundquist wrote: [..] Signed-off-by: Dustin Lundquist --- examples/exception_path/main.c | 2 +- 1 file

[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/mai