commit | 001c96db0181263740215a7f5fec7e937b800a94 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Nov 16 07:43:29 2018 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 17 21:37:29 2018 -0800 |
tree | c10f5fec5c3724ce146ada86a90064a4a9200d90 | |
parent | 9a5ee462302512b7f3929c19f0711715613ac418 [diff] |
net: align gnet_stats_basic_cpu struct 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 <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>