From: Jakub Kicinski Date: Tue, 23 Sep 2025 00:55:28 +0000 (-0700) Subject: Merge branch 'tcp-move-few-fields-for-data-locality' X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3afb106f3f9aa81c512ec5c7e2f7e1c01a2a6e6b;p=users%2Fhch%2Fmisc.git Merge branch 'tcp-move-few-fields-for-data-locality' Eric Dumazet says: ==================== tcp: move few fields for data locality After recent additions (PSP and AccECN) I wanted to make another round on fields locations to increase data locality. This series manages to shrink TCP and TCPv6 objects by 128 bytes, but more importantly should reduce number of touched cache lines in TCP fast paths. There is more to come. v2: removed tcp CACHELINE_ASSERT_GROUP_SIZE after a kernel build bot reported an error. ==================== Link: https://patch.msgid.link/20250919204856.2977245-1-edumazet@google.com Signed-off-by: Jakub Kicinski --- 3afb106f3f9aa81c512ec5c7e2f7e1c01a2a6e6b