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=1764369207; bh=WL9A52lnn5mHxkJ6CM/+q+QoyHQOWevPx8HeleWcZVY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=nr8PHpwzi9hitypynJygbrU3FqdFQz4aVV+9edEeHouY4mMqN11i9dvSqztM3Uqjm KgriF4kWUUBlnWanIrPuH43/BWoAAaLu25PbDO8z3OPE270g3355NGUGH0J9K3+AY+ dulxjCw2lvFTGF0cpQXlYmfBSezrgYu9h1xvikpn3KU9rnQbpoMLRY16Zbme65tXDN pwG+6m3sOP3Cfe7+gi3cvoLeiOJdYndUYqa5KoEXTTunE6qOdSJZJ8cRaj/FSAi8pT Qg7QdwQ63ruwu72gF3/Bo9kemZND7BklxsFiTE+Se4uxfGkKez/mhZTUCcZz/3ubNo eTLR9NUsQB5nw== To: Jakub Kicinski Cc: Cong Wang , Jamal Hadi Salim , Jiri Pirko , "David S. Miller" , Eric Dumazet , 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: <20251128095041.29df1d22@kernel.org> References: <20251127-mq-cake-sub-qdisc-v2-0-24d9ead047b9@redhat.com> <87o6onb7ii.fsf@toke.dk> <20251128095041.29df1d22@kernel.org> Date: Fri, 28 Nov 2025 23:33:26 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87cy51bxe1.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID-Hash: WMD7LOV5HFY26P5AYCLE5Y7Z67B6AXMY X-Message-ID-Hash: WMD7LOV5HFY26P5AYCLE5Y7Z67B6AXMY 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: Jakub Kicinski writes: > On Thu, 27 Nov 2025 20:27:49 +0100 Toke H=C3=B8iland-J=C3=B8rgensen wrote: >> > Is there any chance you could provide selftests for this new qdisc >> > together with this patchset? >> > >> > I guess iproute2 is the main blocker?=20=20 >>=20 >> Yeah; how about I follow up with a selftest after this has been merged >> into both the kernel and iproute2? > > Why is iproute2 a blocker? Because you're not sure if the "API" won't > change or because you're worried about NIPA or.. ? No, just that the patch that adds the new qdisc to iproute2 needs to be merged before the selftests can use them. Which they won't be until the kernel patches are merged, so we'll have to follow up with the selftests once that has happened. IIUC, at least :) -Toke