commit | 9a5ee462302512b7f3929c19f0711715613ac418 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Nov 16 07:24:24 2018 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 17 21:37:13 2018 -0800 |
tree | d5263091d182ab0fa517fce397c406b29beb32a7 | |
parent | 7c460cf9cd1a4edec0c2c4aa121c3aab9c0a17f1 [diff] |
net: align pcpu_sw_netstats and pcpu_lstats structs Do not risk spanning these small structures on two cache lines, it is absolutely not worth it. For 32bit arches, the hint might not be enough, but we do not really care anymore. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>