* [Cake] Re: Cake Digest, Vol 131, Issue 2
[not found] <178720573798.1010.5425378439583764044@gauss>
@ 2026-08-20 6:56 ` le berger des photons
2026-08-20 11:07 ` Frantisek Borsik
0 siblings, 1 reply; 2+ messages in thread
From: le berger des photons @ 2026-08-20 6:56 UTC (permalink / raw)
To: cake
what can I read so that your well thought out message can actually make
some sense to me and I could react?
On Thu, Aug 20, 2026 at 8:02 AM <cake-request@lists.bufferbloat.net> wrote:
> Send Cake mailing list submissions to
> cake@lists.bufferbloat.net
>
> To subscribe or unsubscribe via email, send a message with subject or
> body 'help' to
> cake-request@lists.bufferbloat.net
>
> You can reach the person managing the list at
> cake-owner@lists.bufferbloat.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Cake digest..."
>
> Today's Topics:
>
> 1. Re: [PATCH net] net/sched: sch_cake: fix autorate reconfiguration
> throttling
> (Toke Høiland-Jørgensen)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 19 Aug 2026 12:08:52 +0200
> From: Toke Høiland-Jørgensen <toke@toke.dk>
> Subject: [Cake] Re: [PATCH net] net/sched: sch_cake: fix autorate
> reconfiguration throttling
> To: ooonea <ooonea@gmail.com>
> Cc: Jamal Hadi Salim <jhs@mojatatu.com>, Jiri Pirko
> <jiri@resnulli.us>, "David S . Miller" <davem@davemloft.net>, Eric
> Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>,
> Paolo
> Abeni <pabeni@redhat.com>, Simon Horman <horms@kernel.org>,
> cake@lists.bufferbloat.net, netdev@vger.kernel.org,
> linux-kernel@vger.kernel.org
> Message-ID: <87qzjufmmj.fsf@toke.dk>
> Content-Type: text/plain; charset=utf-8
>
> ooonea <ooonea@gmail.com> writes:
>
> > CAKE's autorate-ingress path intends to limit shaper reconfiguration to
> > once per 250 ms, but last_reconfig_time is only checked and never
> updated.
> > Since the field stays zero, every qualifying capacity-estimate window can
> > call cake_reconfigure(), causing avoidable rate churn and scheduler work
> > under bursty traffic.
> >
> > Store the current timestamp when autorate actually reconfigures the qdisc
> > so the guard enforces the intended interval.
> >
> > Fixes: 7298de9cd725 ("sch_cake: Add ingress mode")
> > Assisted-by: Codex:gpt-5.5
> > Signed-off-by: ooonea <ooonea@gmail.com>
>
> Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Cake mailing list -- cake@lists.bufferbloat.net
> To unsubscribe send an email to cake-leave@lists.bufferbloat.net
>
>
> ------------------------------
>
> End of Cake Digest, Vol 131, Issue 2
> ************************************
>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Cake] Re: Cake Digest, Vol 131, Issue 2
2026-08-20 6:56 ` [Cake] Re: Cake Digest, Vol 131, Issue 2 le berger des photons
@ 2026-08-20 11:07 ` Frantisek Borsik
0 siblings, 0 replies; 2+ messages in thread
From: Frantisek Borsik @ 2026-08-20 11:07 UTC (permalink / raw)
To: thejoff; +Cc: cake
Not sure what do you mean by that...can you elaborate more, please?
All the best,
Frank
Frantisek (Frank) Borsik
*In loving memory of Dave Täht: *1965-2025
https://libreqos.io/2025/04/01/in-loving-memory-of-dave/
https://www.linkedin.com/in/frantisekborsik
Signal, Telegram, WhatsApp: +421919416714
iMessage, mobile: +420775230885
Skype: casioa5302ca
frantisek.borsik@gmail.com
On Thu, Aug 20, 2026 at 8:56 AM le berger des photons <thejoff@gmail.com>
wrote:
> what can I read so that your well thought out message can actually make
> some sense to me and I could react?
>
> On Thu, Aug 20, 2026 at 8:02 AM <cake-request@lists.bufferbloat.net>
> wrote:
>
> > Send Cake mailing list submissions to
> > cake@lists.bufferbloat.net
> >
> > To subscribe or unsubscribe via email, send a message with subject or
> > body 'help' to
> > cake-request@lists.bufferbloat.net
> >
> > You can reach the person managing the list at
> > cake-owner@lists.bufferbloat.net
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Cake digest..."
> >
> > Today's Topics:
> >
> > 1. Re: [PATCH net] net/sched: sch_cake: fix autorate reconfiguration
> > throttling
> > (Toke Høiland-Jørgensen)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Wed, 19 Aug 2026 12:08:52 +0200
> > From: Toke Høiland-Jørgensen <toke@toke.dk>
> > Subject: [Cake] Re: [PATCH net] net/sched: sch_cake: fix autorate
> > reconfiguration throttling
> > To: ooonea <ooonea@gmail.com>
> > Cc: Jamal Hadi Salim <jhs@mojatatu.com>, Jiri Pirko
> > <jiri@resnulli.us>, "David S . Miller" <davem@davemloft.net>,
> Eric
> > Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>,
> > Paolo
> > Abeni <pabeni@redhat.com>, Simon Horman <horms@kernel.org>,
> > cake@lists.bufferbloat.net, netdev@vger.kernel.org,
> > linux-kernel@vger.kernel.org
> > Message-ID: <87qzjufmmj.fsf@toke.dk>
> > Content-Type: text/plain; charset=utf-8
> >
> > ooonea <ooonea@gmail.com> writes:
> >
> > > CAKE's autorate-ingress path intends to limit shaper reconfiguration to
> > > once per 250 ms, but last_reconfig_time is only checked and never
> > updated.
> > > Since the field stays zero, every qualifying capacity-estimate window
> can
> > > call cake_reconfigure(), causing avoidable rate churn and scheduler
> work
> > > under bursty traffic.
> > >
> > > Store the current timestamp when autorate actually reconfigures the
> qdisc
> > > so the guard enforces the intended interval.
> > >
> > > Fixes: 7298de9cd725 ("sch_cake: Add ingress mode")
> > > Assisted-by: Codex:gpt-5.5
> > > Signed-off-by: ooonea <ooonea@gmail.com>
> >
> > Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
> >
> > ------------------------------
> >
> > Subject: Digest Footer
> >
> > _______________________________________________
> > Cake mailing list -- cake@lists.bufferbloat.net
> > To unsubscribe send an email to cake-leave@lists.bufferbloat.net
> >
> >
> > ------------------------------
> >
> > End of Cake Digest, Vol 131, Issue 2
> > ************************************
> >
> _______________________________________________
> Cake mailing list -- cake@lists.bufferbloat.net
> To unsubscribe send an email to cake-leave@lists.bufferbloat.net
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-20 10:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <178720573798.1010.5425378439583764044@gauss>
2026-08-20 6:56 ` [Cake] Re: Cake Digest, Vol 131, Issue 2 le berger des photons
2026-08-20 11:07 ` Frantisek Borsik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox