From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; dkim=pass header.d=toke.dk; arc=none (Message is not ARC signed); dmarc=pass (Used From Domain Record) header.from=toke.dk policy.dmarc=reject From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1764234582; bh=09HyQ4UGpPJyJUkbkCXpJsFR75Ah+m/bJ0r7EglgoYA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Tq4NIyqYFAvGb+bD4fGeddhGHdvG7EqNSinF+/zfVtyNZXg1aWT12Pyr8GqYVLLIR 2HWl8sWe6KGXXe6ElQ0reZ12FNrm/ONW58/vyFCDCOb3aU8RxSJIt1l5SYDZZvKLij CeLGUxSokFWB+jM2KSG/TWbMKZELAfv2PExc0wum2R+pMRQUhN09yaM+uutqPNKIbk 650qZHt6H0R+4tMORZUBD7bOL2sgZTY/3Gu+YLwC2xzsfXk/xryRcrFapcBeVbddAN rTLmhchW6Giz/FeRcbqH3YHZluyajDr3cfl4jDUbgs0Pt1QgBboCj4CeLYwuON60o5 BchrFULeUAWUA== To: Jakub Kicinski Cc: Jamal Hadi Salim , Cong Wang , Jiri Pirko , "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Jonas =?utf-8?Q?K=C3=B6ppeler?= , cake@lists.bufferbloat.net, netdev@vger.kernel.org In-Reply-To: <20251126194305.31ebd8e7@kernel.org> References: <20251124-mq-cake-sub-qdisc-v1-0-a2ff1dab488f@redhat.com> <20251126194305.31ebd8e7@kernel.org> Date: Thu, 27 Nov 2025 10:09:42 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87zf87c04p.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-MailFrom: toke@toke.dk X-Mailman-Rule-Hits: implicit-dest X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header Message-ID-Hash: SXQOEZH2M4SCOQLMEN6MUWA42HSAX4H2 X-Message-ID-Hash: SXQOEZH2M4SCOQLMEN6MUWA42HSAX4H2 X-Mailman-Approved-At: Thu, 27 Nov 2025 10:31:23 +0100 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: Jakub Kicinski writes: > 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. ACK, will do :) -Toke