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 D48009DD8C9 for ; Sat, 29 Nov 2025 03:48:56 +0100 (CET) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 8F15560193; Sat, 29 Nov 2025 02:48:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B11BDC4CEF1; Sat, 29 Nov 2025 02:48:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764384534; bh=/enZJ3f1Xj+OcCbUp/ebQOy2ec39G9qi6aMo7DqvXzI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ipDH2/arN7XL9Qq6UL21XUqMvbTZp1rqjJgXXW75p6yksT3yhS30VYjZy+JkbY5ue XEkdLKASN+jcEbaU8hdrMmzUoZmDoGWXO0artnxYwFHY9PaIYdkryibMFx2gAVVN6m lGp+biCN18f0ekjWjB+86pR5WZnhstMceCyXJdenWwtAxzrvvlslm/1C39NFbMDWrC 2XvTbLtEcU+IgB1YJ2WbuQqrz6h9LU4sV9fJpPeomfne/f47NikrQnl0pePmgFC5nK SMe+3ajQBbMNXCIzYxDXChl+E+onoORxqs9PN5Bt0wepttsnWeMVTD2PvRGxAzIaSd e032W1rf7Ywow== Date: Fri, 28 Nov 2025 18:48:52 -0800 From: Jakub Kicinski To: Toke =?UTF-8?B?SMO4aWxhbmQtSsO4cmdlbnNlbg==?= Cc: Cong Wang , Jamal Hadi Salim , 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: <20251128184852.7ceb3e72@kernel.org> In-Reply-To: <87cy51bxe1.fsf@toke.dk> References: <20251127-mq-cake-sub-qdisc-v2-0-24d9ead047b9@redhat.com> <87o6onb7ii.fsf@toke.dk> <20251128095041.29df1d22@kernel.org> <87cy51bxe1.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Message-ID-Hash: S2ZKZWOJDFH2S4JZGB33AEETSO6LIHW2 X-Message-ID-Hash: S2ZKZWOJDFH2S4JZGB33AEETSO6LIHW2 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 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: On Fri, 28 Nov 2025 23:33:26 +0100 Toke H=C3=B8iland-J=C3=B8rgensen wrote: > Jakub Kicinski writes: > > On Thu, 27 Nov 2025 20:27:49 +0100 Toke H=C3=B8iland-J=C3=B8rgensen wro= te: =20 > >> Yeah; how about I follow up with a selftest after this has been merged > >> into both the kernel and iproute2? =20 > > > > Why is iproute2 a blocker? Because you're not sure if the "API" won't > > change or because you're worried about NIPA or.. ? =20 >=20 > 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 :) You can add a URL to the branch with the pending iproute2 changes when you post the selftests and we'll pull them in NIPA, or post=20 the patches at the same time (just not in one thread).