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=1764271670; bh=byOpwHBiMxL3uSBexjGsaLR2xKlpLWJHeTrPx2wTXmw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=fiffvJBwflH68EeoRvs0Qj2hYCoOFGn+8U9PdPq/lSLwA0vzTqBOdsqxiqFgkrFf8 mkJ+FpAPuMSb400jQXyaq7tvpaxkz3UWAcBNPbVlWiIRUyE0OicEClfJRhXD0Fxxze TgdZINwWVtl87uoMgd0fNYtux57eHVdq3MY1vB9r0fExUKIt9+IkOfyn73SqnPPU5C ZK+h9ouL5CIj7P5dh/G1N6pHlrHBZHDuQBUregwaWc5OpzIHlWGRN8RYhqz4BmQGBO ODVsFwsCo6ExyS8VURyLFHVbVlQ748scqotIshL58pmnXdXLTHCCDG2aERnhRexGyY 9c6PbB1g7FObA== To: Cong Wang Cc: Jamal Hadi Salim , Jiri Pirko , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Jonas =?utf-8?Q?K?= =?utf-8?Q?=C3=B6ppeler?= , cake@lists.bufferbloat.net, netdev@vger.kernel.org In-Reply-To: References: <20251127-mq-cake-sub-qdisc-v2-0-24d9ead047b9@redhat.com> Date: Thu, 27 Nov 2025 20:27:49 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87o6onb7ii.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID-Hash: LWMOOUQ4N5A43GJTV35Z5JF65RDUGPG6 X-Message-ID-Hash: LWMOOUQ4N5A43GJTV35Z5JF65RDUGPG6 X-MailFrom: toke@toke.dk 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 v2 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: Cong Wang writes: > Hi Toke, > > On Thu, Nov 27, 2025 at 10:30:50AM +0100, Toke H=C3=B8iland-J=C3=B8rgense= n wrote: >> Documentation/netlink/specs/tc.yaml | 3 + >> include/uapi/linux/pkt_sched.h | 1 + >> net/sched/sch_cake.c | 623 ++++++++++++++++++++++++++++-= ------- >> 3 files changed, 502 insertions(+), 125 deletions(-) > > Is there any chance you could provide selftests for this new qdisc > together with this patchset? > > I guess iproute2 is the main blocker? Yeah; how about I follow up with a selftest after this has been merged into both the kernel and iproute2? -Toke