From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass smtp.mailfrom=; dkim=pass header.d=kernel.org; arc=none (Message is not ARC signed); dmarc=pass (Used From Domain Record) header.from=kernel.org policy.dmarc=quarantine Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by mail.toke.dk (Postfix) with ESMTPS id F323DBD4047 for ; Mon, 19 Jan 2026 15:22:50 +0100 (CET) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 43442600C3; Mon, 19 Jan 2026 14:22:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EB602C116C6; Mon, 19 Jan 2026 14:22:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768832569; bh=SkF1fRiMvz80DrYwLS5zkrf4jjOADfRiN8RZM2e8wWc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Nh6dozxT2RE2Dr1wXAvtWqW/T4XORVZPoHAfV4iagqisvSvrnesQnZFIUMR63tfD0 RpngvBjEDo8Cw6dv7Cev5nAiILQ+sGggpAlnIrWuqpzNndSFXD86mGeJutP+10J9w7 UtHuP7YiuLlDw3M1DvI+KGWyT1XsEUPAfyK25gHNmdC0VWIHCW8pf1iN3YWhlvfybD s+1HUxevjXaI4O0uweDXVL1EgC05rmgs2MOzCTa2cEMkhG8qlxjqVPWci+B3ROCw+x JQQa/RYJYMwNpY02IgllZxkHiBY0Ned2aSkjPVmXAZTWN/jytfRRxiEw1mQlgPoV9d WLiVTw8bXLOiw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id F2A993A55FAF; Mon, 19 Jan 2026 14:19:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176883235852.1426077.2358286619749506519.git-patchwork-notify@kernel.org> Date: Mon, 19 Jan 2026 14:19:18 +0000 References: <20260113143157.2581680-1-toke@redhat.com> In-Reply-To: <20260113143157.2581680-1-toke@redhat.com> To: =?utf-8?b?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2VuIDx0b2tlQHJlZGhhdC5jb20+?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org Cc: toke@toke.dk, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, pabeni@redhat.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, horms@kernel.org, cake@lists.bufferbloat.net, netdev@vger.kernel.org Message-ID-Hash: E6GVU3CAZM23M5KLSLHJ7PAHAKZIPP3D X-Message-ID-Hash: E6GVU3CAZM23M5KLSLHJ7PAHAKZIPP3D X-MailFrom: patchwork-bot+netdevbpf@kernel.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list Subject: [Cake] Re: [PATCH net-next] net/sched: cake: avoid separate allocation of struct cake_sched_config List-Id: Cake - FQ_codel the next generation Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 13 Jan 2026 15:31:56 +0100 you wrote: > Paolo pointed out that we can avoid separately allocating struct > cake_sched_config even in the non-mq case, by embedding it into struct > cake_sched_data. This reduces the complexity of the logic that swaps the > pointers and frees the old value, at the cost of adding 56 bytes to the > latter. Since cake_sched_data is already almost 17k bytes, this seems > like a reasonable tradeoff. > > [...] Here is the summary with links: - [net-next] net/sched: cake: avoid separate allocation of struct cake_sched_config https://git.kernel.org/netdev/net-next/c/2a85541d95f7 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html