From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D99F11DC9B5 for ; Sat, 2 May 2026 01:01:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777683666; cv=none; b=N58MT34Wte1nSleJhM/jafLaBMANIyA6SDlVg8BHeghQ0qXkbwrdUEq0WfDB4+SJLEBbnDZlsGZl29F9kZLtv3tej6bM40BLxJI+sJ1wVzFD+5qkx7g0Y2J/AY4s1J7U4HJ+MTrU2aIP02jceldyDsM5NILDq8e4pk5uRPBrjAk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777683666; c=relaxed/simple; bh=9/Z+RvWwcOqdRIvhWenRes9U+CpdbaJbYCGRVTmA2rw=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=tUFsZFwMjYtFIK4x1bSpBGj7Mamw6b4TIvGTBxqZm8JxiZZrMtA0C4dhw2daNToUJFBjSYqCqGupFLjrzaCFVIGHNSAajjveFmnYUkNsG7LGgo1yZvt/P4VJMFsjsFl+1cAbHesQtwN87qvi2pCHF5T0AA0XdERcKE8e2C0Hfy0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VQkm+rnd; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="VQkm+rnd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77E63C2BCB4; Sat, 2 May 2026 01:01:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777683666; bh=9/Z+RvWwcOqdRIvhWenRes9U+CpdbaJbYCGRVTmA2rw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=VQkm+rnddWpJolUBJ6K6KlHSOJOwsxqIChjICwPegzprMcbOixCUVuS1abUwdca9v aw0m8LK/KiYNt78ucH8f0CaD8YOqyS/cUWEFrkVh0sHHTQ9Ky/Yz6bgeKeX6CaCNPQ QwW/Z9efXnzuRulZCgu3wWpkGlHsRVG2CmBuA5x7jZVBu1pqswEMm/9xkCNSpSFxF5 1C6lt8e57PAH8TyQi7LGCcxEsuavU7RAnqe5RbQQNkVrFi1QuYO4Fm/ub5j/NZM8QJ 4yokdOhk/jiNhcCw4x5x+ZCCdEU7A4UcF7Oox4kzd4EoR54O1ct6l4EpxYGvpyuX4E B3jrAAco2yvyA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id BA1C4380CEF5; Sat, 2 May 2026 01:00:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/5] tcp: move some fastpath fields to appropriate groups From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177768361928.3679774.13507449339047395599.git-patchwork-notify@kernel.org> Date: Sat, 02 May 2026 01:00:19 +0000 References: <20260430100021.211139-1-edumazet@google.com> In-Reply-To: <20260430100021.211139-1-edumazet@google.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, ncardwell@google.com, kuniyu@google.com, netdev@vger.kernel.org, eric.dumazet@gmail.com Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 30 Apr 2026 10:00:16 +0000 you wrote: > Move following fields to better groups to increase data locality. > > - delivered > - delivered_ce > - segs_in > - segs_out > - first_tx_mstamp > - delivered_mstamp > - max_packets_out > - cwnd_usage_seq > - rate_delivered > - rate_interval_us > > [...] Here is the summary with links: - [net-next,1/5] tcp: move tp->delivered and tp->delivered_ce to tcp_sock_write_tx group https://git.kernel.org/netdev/net-next/c/9f810527a343 - [net-next,2/5] tcp: move tp->segs_in and tp->segs_out to tcp_sock_write_txrx group https://git.kernel.org/netdev/net-next/c/2b28dd212a8a - [net-next,3/5] tcp: move tp->first_tx_mstamp and tp->delivered_mstamp to tcp_sock_write_tx https://git.kernel.org/netdev/net-next/c/07db42c4b3eb - [net-next,4/5] tcp: move tp->bytes_acked to tcp_sock_write_tx group https://git.kernel.org/netdev/net-next/c/dd033ec406b4 - [net-next,5/5] tcp: move max_packets_out, cwnd_usage_seq, rate_delivered and rate_interval_us to tcp_sock_write_tx group https://git.kernel.org/netdev/net-next/c/affe6c27651a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html