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 98B6D30C621 for ; Tue, 10 Mar 2026 02:00:25 +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=1773108025; cv=none; b=SuZtQXHFkKOwMmgTD8wfUu4ycaSS2mbv1zk/AvAArxzeZCI5Wb7B6kyj8j+Hd2INotl4+c14mi5TLe/RX4D68Uo2t1VEwKEtkkHZPCOprhtB1vPdhQEsuOljIl5lD2bHh7rQE7C4chBsuaYDdmnxNqwlKIX24OFW3qWN/18U/Yc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773108025; c=relaxed/simple; bh=QHYXqBp2Ohia/ddMydBjz9Iwgn5eekLxl1mXQyJKy20=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=iLSkl4JacYKoarVP2h1ijGNqOGozA3lTFmcFQaOUEkBCu9Hn6VxQEO+2TtiFX/Wx0+FLbHVqOjecytkiYNM5UwCrnlKtaWmhidldR4X8QKq+m3QuYYjIBjNAy02pARJPeLwEhcEQP7jqHQzFOan4e7xQliYviAzMpn+yOoqbGqs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Iu3+YebS; 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="Iu3+YebS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 23B50C4CEF7; Tue, 10 Mar 2026 02:00:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773108025; bh=QHYXqBp2Ohia/ddMydBjz9Iwgn5eekLxl1mXQyJKy20=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Iu3+YebSwYOEWATrrcWekMEk4PdNXewavKEPluOJkHDlTVBjTxURZbk9/o6+JDjbr ym4mWHFL1NW6x4ubqvFgPL/9KQqk1WF4dKADJoHE+Eu+iXe/uWvHhWMwvvrmMqOZKe uwso0aVAk0k23lKUYKIgN1SHc7W4vHXHoXWyYyitUIDVlLdKMmMlVrZfGelOlj0Ogo UV8OQVGQrVD4lxv7NVBrNX4Kkc87hFqfNKCLun53b/LTATqg45cW/5O2BveWOwJR4l EZzofHmMyY53YhCjCQaYrEIZOto3VBGshPOyG6+oUNjeAQNRp8fPsZ1kgmWcCaWG/a f7EavQe2Ok/RA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 804F83808200; Tue, 10 Mar 2026 02:00:23 +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] tcp: avoid dst->ops->check() call in tcp_v{4,6}_do_rcv() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177310802235.2022132.9174460358863840531.git-patchwork-notify@kernel.org> Date: Tue, 10 Mar 2026 02:00:22 +0000 References: <20260306154322.1086539-1-edumazet@google.com> In-Reply-To: <20260306154322.1086539-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 patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 6 Mar 2026 15:43:22 +0000 you wrote: > If incoming skb dst matches the socket cached one, > there is no need to call again dst->ops->check(). > > Network layer already validated the skb dst for us, > usually from tcp_v{4,6}_early_demux(). > > Signed-off-by: Eric Dumazet > > [...] Here is the summary with links: - [net-next] tcp: avoid dst->ops->check() call in tcp_v{4,6}_do_rcv() https://git.kernel.org/netdev/net-next/c/82f36517a13e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html