summaryrefslogtreecommitdiff
path: root/tools/testing
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2026-03-08 15:23:02 +0300
committerJakub Kicinski <kuba@kernel.org>2026-03-10 05:33:43 +0300
commit4b78c9cbd8f1fbb9517aee48b372646f4cf05442 (patch)
treedc44d8ee0f9fbb0feecd250f14891fb0a07efe35 /tools/testing
parentf2db7b80b03f268ff65fe825a7c761a8f551aa48 (diff)
downloadlinux-4b78c9cbd8f1fbb9517aee48b372646f4cf05442.tar.xz
tcp: move tp->chrono_type next tp->chrono_stat[]
chrono_type is currently in tcp_sock_read_txrx group, which is supposed to hold read-mostly fields. But chrono_type is mostly written in tx path, it should be moved to tcp_sock_write_tx group, close to other chrono fields (chrono_stat[], chrono_start). Note this adds holes, but data locality is far more important. Use a full u8 for the time being, compiler can generate more efficient code. Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: Neal Cardwell <ncardwell@google.com> Link: https://patch.msgid.link/20260308122302.2895067-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing')
0 files changed, 0 insertions, 0 deletions