commit | c2615cf5a761b32bf74e85bddc223dfff3d9b9f0 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sat Mar 31 12:58:57 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 31 23:25:39 2018 -0400 |
tree | 0bb32d58aa3e1d251d1b8d25aebc25317ba5eaa5 | |
parent | e5d672a0780d9e7118caad4c171ec88b8299398d [diff] |
inet: frags: reorganize struct netns_frags Put the read-mostly fields in a separate cache line at the beginning of struct netns_frags, to reduce false sharing noticed in inet_frag_kill() Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>