From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 977A4C433F5 for ; Wed, 23 Feb 2022 01:40:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236581AbiBWBkh (ORCPT ); Tue, 22 Feb 2022 20:40:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230483AbiBWBkg (ORCPT ); Tue, 22 Feb 2022 20:40:36 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A01C54E38C for ; Tue, 22 Feb 2022 17:40:10 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 37CCB61480 for ; Wed, 23 Feb 2022 01:40:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 83E88C340F1; Wed, 23 Feb 2022 01:40:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645580409; bh=prseocMgnZMR6xSNtFy325XeTAwI2AWmgNBjxuwhF8s=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=rAZ8/C3odNZaYBd+i6SjIGcXuO8fANM976FbdXXjTwwAsZFD1Zg21BREOUOvLl1V2 KeEualosVeo4uISpQEkhAkJbJ7TKJzAcPw5XWMq72AKswe71CbGXpn2LDHFiPXauxH rQ6Umu2UufnHiAl1e/uo3moYj4PCHn8cmz9mxQKyG6l4Y0gzxxlHl7PVyQimFDFjL6 rsbX+xoZoBo66Mbv7beNORsAk+8BXOJnC3p6nyxT+yC5UJeSfr5+ghoO5yiS6mKR5W DBDJvkWU/myWvlP4s6LN+parIZ/bGiEq7LjzFyaNHSd7hb0nN9tSQuSnlKJBzGlI4S kjl8uU5gHOuaA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 69378E73590; Wed, 23 Feb 2022 01:40:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] ipv6: tcp: consistently use MAX_TCP_HEADER From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164558040942.12003.10715542634405886412.git-patchwork-notify@kernel.org> Date: Wed, 23 Feb 2022 01:40:09 +0000 References: <20220222031115.4005060-1-eric.dumazet@gmail.com> In-Reply-To: <20220222031115.4005060-1-eric.dumazet@gmail.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, edumazet@google.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Mon, 21 Feb 2022 19:11:15 -0800 you wrote: > From: Eric Dumazet > > All other skbs allocated for TCP tx are using MAX_TCP_HEADER already. > > MAX_HEADER can be too small for some cases (like eBPF based encapsulation), > so this can avoid extra pskb_expand_head() in lower stacks. > > [...] Here is the summary with links: - [net-next] ipv6: tcp: consistently use MAX_TCP_HEADER https://git.kernel.org/netdev/net-next/c/0ebea8f9b81c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html