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 49E9E2D73AE for ; Sat, 7 Feb 2026 04:40:10 +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=1770439211; cv=none; b=n8sRWoTcR/lvdfeJipj7DcbDe5+Vz2i3FElXRy7/lZWJPCLwVkveyi5CIj/CuPjt2TKzbovReJtTQ2W2TxJwaDpB4/iX5jeKejYJ2LrNAVD8/G9VwtUgpxse84twrcgFbggKtbpepMHKryAaFW3g846W9JpbAqtgZRGRTnjtY2I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770439211; c=relaxed/simple; bh=6ZNymhXGUjQZq2msE4gjJ5PnV2qMyjdxgfAllHUhavA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=RjDV4W6RXrHtvQxR2rXP2Ld2oGtYWB0QsyGOXthshuA0Uhu9E0hvoayinYfTj2o+1TudxUv64XTpYj0jg9YxMgECO3aw/G9vNbb5l4TK7YCg7Q2lcZ3MADV5PFxjsIkpfxkKIg3kToVrvKblUnj7iGQl31mEeQ9uDP64JWOljfs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qce4TRwi; 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="qce4TRwi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C336FC116D0; Sat, 7 Feb 2026 04:40:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770439210; bh=6ZNymhXGUjQZq2msE4gjJ5PnV2qMyjdxgfAllHUhavA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=qce4TRwi4MM/jlX2iLALjBoHwjf0883gSD8RAUf7sZDK8FvYanAy+OAHicanRy/4E qK07zPLyioKln4NZNdNk8MC4rOincAsExFFByphTyEq6WGf9Ss4IgiYOmgW+j8kbzc A+BI4VYVrRg5e7Da85AFLEx5lO4dhOBWXl8a42ywo4xXjLI3BaNnB4D5x5FejBId6D QdWn7KxhKss5wxeAaWGC5CCa6SxM/bq9gTsVEYyied2Tgd/Evrk4uLJrWag3GO+IyU 4yVuN5CV8FgWxZliyposFfcQR5MYiSlKbtphLzp7M1oAziV8EVbSf4diKczXLxM6o+ gDMlY4h4U6wWA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 0B0283809A1A; Sat, 7 Feb 2026 04:40:09 +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: inline tcp_filter() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177043920783.1189128.16715600237835460371.git-patchwork-notify@kernel.org> Date: Sat, 07 Feb 2026 04:40:07 +0000 References: <20260205164329.3401481-1-edumazet@google.com> In-Reply-To: <20260205164329.3401481-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 Thu, 5 Feb 2026 16:43:29 +0000 you wrote: > This helper is already (auto)inlined from IPv4 TCP stack. > > Make it an inline function to benefit IPv6 as well. > > $ scripts/bloat-o-meter -t vmlinux.old vmlinux.new > add/remove: 0/2 grow/shrink: 1/0 up/down: 30/-49 (-19) > Function old new delta > tcp_v6_rcv 3448 3478 +30 > __pfx_tcp_filter 16 - -16 > tcp_filter 33 - -33 > Total: Before=24891904, After=24891885, chg -0.00% > > [...] Here is the summary with links: - [net-next] tcp: inline tcp_filter() https://git.kernel.org/netdev/net-next/c/a35b6e4863d8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html