From: patchwork-bot+netdevbpf@kernel.org
To: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: netdev@vger.kernel.org, jiri@resnulli.us, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
horms@kernel.org, victor@mojatatu.com, vega@nebusec.ai,
stable@vger.kernel.org, toke@redhat.com,
chia-yu.chang@nokia-bell-labs.com, subramanian.vijay@gmail.com,
petrm@nvidia.com
Subject: Re: [PATCH net v3 0/9] net/sched: clamp quantum/psched_mtu in change paths
Date: Sat, 05 Sep 2026 20:50:18 +0000 [thread overview]
Message-ID: <178864141844.1349963.2611834823551423169.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <QDISC-0CFC.v3.20260901204856@mojatatu.com>
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 1 Sep 2026 17:39:21 -0400 you wrote:
> This is a followup to commit 709f34f7c28d ("net/sched: fq: add overflow
> bounds to quantum and initial quantum").
>
> The quantum_backlog_overflow series and the five siblings that followed
> clamped the init-path quantum in fq, fq_codel, fq_pie, hhf, sfq. The
> change() paths were not clamped but it is the same pattern, same writer
> of q->quantum, same privilege level (CAP_NET_ADMIN in a user namespace).
> A user can override the init clamp via tc qdisc change, restoring the
> small-quantum deficit spin that the init clamp was meant to prevent.
>
> [...]
Here is the summary with links:
- [net,v3,1/9] net/sched: fq: clamp quantum and initial_quantum in change path
https://git.kernel.org/netdev/net/c/094cc07f98df
- [net,v3,2/9] net/sched: fq_pie: clamp quantum in change path
https://git.kernel.org/netdev/net/c/4864f58c53eb
- [net,v3,3/9] net/sched: sfq: clamp quantum in change path
https://git.kernel.org/netdev/net/c/fb9f88a33c51
- [net,v3,4/9] net/sched: hhf: clamp quantum in change and init paths
https://git.kernel.org/netdev/net/c/eb56a495f59b
- [net,v3,5/9] net/sched: dualpi2: clamp psched_mtu at all call sites
https://git.kernel.org/netdev/net/c/3c01f1ca5dfc
- [net,v3,6/9] net/sched: pie: clamp psched_mtu in pie_drop_early
https://git.kernel.org/netdev/net/c/54370e44c002
- [net,v3,7/9] net/sched: drr: clamp quantum in change class
https://git.kernel.org/netdev/net/c/8382abec0f15
- [net,v3,8/9] net/sched: ets: clamp quantum in parse and fallback paths
https://git.kernel.org/netdev/net/c/1c38487f46b2
- [net,v3,9/9] selftests: tc-testing: update ETS test 41f5 for clamped quanta
https://git.kernel.org/netdev/net/c/8f0229bef3cb
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2026-09-05 20:51 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-01 21:39 [PATCH net v3 0/9] net/sched: clamp quantum/psched_mtu in change paths Jamal Hadi Salim
2026-09-01 21:39 ` [PATCH net v3 1/9] net/sched: fq: clamp quantum and initial_quantum in change path Jamal Hadi Salim
2026-09-01 23:52 ` Eric Dumazet
2026-09-02 0:08 ` Eric Dumazet
2026-09-02 12:40 ` Jamal Hadi Salim
2026-09-02 13:03 ` Eric Dumazet
2026-09-02 13:55 ` Jamal Hadi Salim
2026-09-02 14:26 ` Eric Dumazet
2026-09-04 9:42 ` netdev-bot+sashiko
2026-09-04 18:41 ` Jamal Hadi Salim
2026-09-01 21:39 ` [PATCH net v3 2/9] net/sched: fq_pie: clamp quantum " Jamal Hadi Salim
2026-09-01 21:39 ` [PATCH net v3 3/9] net/sched: sfq: " Jamal Hadi Salim
2026-09-04 9:42 ` netdev-bot+sashiko
2026-09-04 18:53 ` Jamal Hadi Salim
2026-09-01 21:39 ` [PATCH net v3 4/9] net/sched: hhf: clamp quantum in change and init paths Jamal Hadi Salim
2026-09-04 9:42 ` netdev-bot+sashiko
2026-09-04 19:00 ` Jamal Hadi Salim
2026-09-01 21:39 ` [PATCH net v3 5/9] net/sched: dualpi2: clamp psched_mtu at all call sites Jamal Hadi Salim
2026-09-04 9:42 ` netdev-bot+sashiko
2026-09-04 19:15 ` Jamal Hadi Salim
2026-09-01 21:39 ` [PATCH net v3 6/9] net/sched: pie: clamp psched_mtu in pie_drop_early Jamal Hadi Salim
2026-09-04 9:42 ` netdev-bot+sashiko
2026-09-04 19:18 ` Jamal Hadi Salim
2026-09-01 21:39 ` [PATCH net v3 7/9] net/sched: drr: clamp quantum in change class Jamal Hadi Salim
2026-09-04 9:42 ` netdev-bot+sashiko
2026-09-04 21:19 ` Jamal Hadi Salim
2026-09-01 21:39 ` [PATCH net v3 8/9] net/sched: ets: clamp quantum in parse and fallback paths Jamal Hadi Salim
2026-09-04 9:42 ` netdev-bot+sashiko
2026-09-04 21:29 ` Jamal Hadi Salim
2026-09-01 21:39 ` [PATCH net v3 9/9] selftests: tc-testing: update ETS test 41f5 for clamped quanta Jamal Hadi Salim
2026-09-04 9:42 ` netdev-bot+sashiko
2026-09-04 21:36 ` Jamal Hadi Salim
2026-09-05 20:50 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178864141844.1349963.2611834823551423169.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=chia-yu.chang@nokia-bell-labs.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=petrm@nvidia.com \
--cc=stable@vger.kernel.org \
--cc=subramanian.vijay@gmail.com \
--cc=toke@redhat.com \
--cc=vega@nebusec.ai \
--cc=victor@mojatatu.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox