diff options
author | 2021-11-15 11:02:39 -0800 | |
---|---|---|
committer | 2021-11-16 13:10:34 +0000 | |
commit | 91b6d325635617540b6a1646ddb138bb17cbd569 (patch) | |
tree | f4bb42d5c9f0ae67c51618aaf2364feb014516d9 /net/core/sock.c | |
parent | net: forward_alloc_get depends on CONFIG_MPTCP (diff) | |
download | wireguard-linux-91b6d325635617540b6a1646ddb138bb17cbd569.tar.xz wireguard-linux-91b6d325635617540b6a1646ddb138bb17cbd569.zip |
net: cache align tcp_memory_allocated, tcp_sockets_allocated
tcp_memory_allocated and tcp_sockets_allocated often share
a common cache line, source of false sharing.
Also take care of udp_memory_allocated and mptcp_sockets_allocated.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/sock.c')
0 files changed, 0 insertions, 0 deletions