Re: [PATCH net-next] net: align gnet_stats_basic_cpu struct

2018-11-17 Thread David Miller
From: Eric Dumazet Date: Fri, 16 Nov 2018 07:43:29 -0800 > This structure is small (12 or 16 bytes depending on 64bit > or 32bit kernels), but we do not want it spanning two cache lines. > > Signed-off-by: Eric Dumazet Applied.

[PATCH net-next] net: align gnet_stats_basic_cpu struct

2018-11-16 Thread Eric Dumazet
This structure is small (12 or 16 bytes depending on 64bit or 32bit kernels), but we do not want it spanning two cache lines. Signed-off-by: Eric Dumazet --- include/net/gen_stats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/gen_stats.h b/include/net/gen_stat