aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_timer.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2024-03-29 15:42:25 +0000
committerDavid S. Miller <[email protected]>2024-04-01 10:28:32 +0000
commitd3ae5f4632c107d3c2eeb97a60fecc6a6f9d6fbe (patch)
tree56a637e4861e796a3919c4f774c057ce3ab34534 /net/ipv4/tcp_timer.c
parentnet: rps: add rps_input_queue_head_add() helper (diff)
downloadkernel-d3ae5f4632c107d3c2eeb97a60fecc6a6f9d6fbe.tar.gz
kernel-d3ae5f4632c107d3c2eeb97a60fecc6a6f9d6fbe.zip
net: rps: move received_rps field to a better location
Commit 14d898f3c1b3 ("dev: Move received_rps counter next to RPS members in softnet data") was unfortunate: received_rps is dirtied by a cpu and never read by other cpus in fast path. Its presence in the hot RPS cache line (shared by many cpus) is hurting RPS/RFS performance. Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_timer.c')
0 files changed, 0 insertions, 0 deletions