]> Git Repo - linux.git/commit
tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx group
authorEric Dumazet <[email protected]>
Thu, 8 Feb 2024 14:43:22 +0000 (14:43 +0000)
committerDavid S. Miller <[email protected]>
Mon, 12 Feb 2024 09:51:26 +0000 (09:51 +0000)
commit666a877deab2bcf8fd11c962d69e687e18168a6f
tree89e2b63609b851bb4d95016c48310977b4ec9094
parent119ff04864a24470b1e531bb53e5c141aa8fefb0
tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx group

tp->tcp_usec_ts is a read mostly field, used in rx and tx fast paths.

Fixes: d5fed5addb2b ("tcp: reorganize tcp_sock fast path variables")
Signed-off-by: Eric Dumazet <[email protected]>
Cc: Coco Li <[email protected]>
Cc: Wei Wang <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Documentation/networking/net_cachelines/tcp_sock.rst
include/linux/tcp.h
This page took 0.079783 seconds and 4 git commands to generate.