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 [IPv6:2600:3c04:e001:324:0:1991:8:25]) by mail.toke.dk (Postfix) with ESMTPS id 3131F9D3B02 for ; Thu, 27 Nov 2025 09:32:40 +0100 (CET) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 0471B60139; Thu, 27 Nov 2025 03:43:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E832C4CEF8; Thu, 27 Nov 2025 03:43:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764214986; bh=n9n3yGRDHka3SDIZ8zG0ckFrHUiNrWlkVL4RqQb4kmw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=kxrf74cCmUAwvrhSqC3+oIkwm20Zh8Fq+Q8cmPEfOyF1E1nX1++myYJ2qkRgUCTCb oIYg74skYLzxxF98VssOSKUKeINiNNwqlkBaEIAmFM7lJLXvUU8skebZ/53hjWkoYL CvM/WrSOFvFgdapAZ7ifouoBY4kz9D2JHeAfs875CkIHWnWYUq3rE7LnDJS7n9mtu9 hfuk26MVddvvxEQlmYtgfXuNnpPMH+/qsKqKEPIg/7m35lPanaRRkV5wxRHje5o7ZP JmOqp4Jr/lzSFGAt8zw0yJ1dcoHvmqAUTC6YV2G+DY/rn17+5uBgN32C/v5lpGJZfy WydEqk8ts7uEA== Date: Wed, 26 Nov 2025 19:43:05 -0800 From: Jakub Kicinski To: Toke =?UTF-8?B?SMO4aWxhbmQtSsO4cmdlbnNlbg==?= Cc: Toke =?UTF-8?B?SMO4aWxhbmQtSsO4cmdlbnNlbg==?= , Jamal Hadi Salim , Cong Wang , Jiri Pirko , "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Jonas =?UTF-8?B?S8O2cHBlbGVy?= , cake@lists.bufferbloat.net, netdev@vger.kernel.org Message-ID: <20251126194305.31ebd8e7@kernel.org> In-Reply-To: <20251124-mq-cake-sub-qdisc-v1-0-a2ff1dab488f@redhat.com> References: <20251124-mq-cake-sub-qdisc-v1-0-a2ff1dab488f@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Message-ID-Hash: YQ5A2TBUNRLXEUCLLVWZNFNIUN4C6DCF X-Message-ID-Hash: YQ5A2TBUNRLXEUCLLVWZNFNIUN4C6DCF X-MailFrom: kuba@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 0/4] Multi-queue aware sch_cake List-Id: Cake - FQ_codel the next generation Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Mon, 24 Nov 2025 15:59:31 +0100 Toke H=C3=B8iland-J=C3=B8rgensen wrote: > This series adds a multi-queue aware variant of the sch_cake scheduler, > called 'cake_mq'. Using this makes it possible to scale the rate shaper > of sch_cake across multiple CPUs, while still enforcing a single global > rate on the interface. Looks like this needs a respin after Eric's recent changes. --=20 pw-bot: cr