* [Cake] AVM seems to be shipping cake
@ 2022-12-20 15:46 Sebastian Moeller
2022-12-20 16:12 ` Dave Taht
0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Moeller @ 2022-12-20 15:46 UTC (permalink / raw)
To: Cake List
Dear all,
just had a look in a recent firmware archive for AVM's fritzbox 7530, and 'strings dsld' (dsld is AVM's single blob "magic binary dsl deamon" that encapsulates a lot of their value proposition) reveals that they likely are using cake*:
qdisc add dev %s handle 10:0 root cake bandwidth %ukbit besteffort %s %s dual-dsthost ingress
qdisc add dev %s handle 10:0 root cake bandwidth %ukbit besteffort overhead %d dual-dsthost ingress
I failed to find the matching dual-srchost entry so they might use something else for egress. I have no insight whether/how this can be actiated (not using a fb7530 myself), but at least this is making it out to the unwashed masses in Germany... (The FB7530 is the "value" box for the most recent DSL variant deployed in Germany, profile 35b vectoring, sold under the moniker "super-vectoring").
*) makes sense some months ago they posted a video promising enhances fairness for internal users, I was puzzled at the time how they would implement that, but it seems that they did not re-invent the wheel here but went for
Regards
Sebastian
P.S.: To my joy they also seem to diligently set overhead, for their HTB/TBF instances using tc-stab...
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Cake] AVM seems to be shipping cake
2022-12-20 15:46 [Cake] AVM seems to be shipping cake Sebastian Moeller
@ 2022-12-20 16:12 ` Dave Taht
2022-12-20 16:31 ` Sebastian Moeller
2022-12-24 18:52 ` Sebastian Gottschall
0 siblings, 2 replies; 5+ messages in thread
From: Dave Taht @ 2022-12-20 16:12 UTC (permalink / raw)
To: Sebastian Moeller; +Cc: Cake List
Yay! 260 more countries to go!
On Tue, Dec 20, 2022 at 7:46 AM Sebastian Moeller via Cake
<cake@lists.bufferbloat.net> wrote:
>
> Dear all,
>
> just had a look in a recent firmware archive for AVM's fritzbox 7530, and 'strings dsld' (dsld is AVM's single blob "magic binary dsl deamon" that encapsulates a lot of their value proposition) reveals that they likely are using cake*:
>
> qdisc add dev %s handle 10:0 root cake bandwidth %ukbit besteffort %s %s dual-dsthost ingress
> qdisc add dev %s handle 10:0 root cake bandwidth %ukbit besteffort overhead %d dual-dsthost ingress
>
>
> I failed to find the matching dual-srchost entry so they might use something else for egress. I have no insight whether/how this can be actiated (not using a fb7530 myself), but at least this is making it out to the unwashed masses in Germany... (The FB7530 is the "value" box for the most recent DSL variant deployed in Germany, profile 35b vectoring, sold under the moniker "super-vectoring").
>
>
> *) makes sense some months ago they posted a video promising enhances fairness for internal users, I was puzzled at the time how they would implement that, but it seems that they did not re-invent the wheel here but went for
>
> Regards
> Sebastian
>
> P.S.: To my joy they also seem to diligently set overhead, for their HTB/TBF instances using tc-stab...
> _______________________________________________
> Cake mailing list
> Cake@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cake
--
This song goes out to all the folk that thought Stadia would work:
https://www.linkedin.com/posts/dtaht_the-mushroom-song-activity-6981366665607352320-FXtz
Dave Täht CEO, TekLibre, LLC
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Cake] AVM seems to be shipping cake
2022-12-20 16:12 ` Dave Taht
@ 2022-12-20 16:31 ` Sebastian Moeller
2022-12-24 18:52 ` Sebastian Gottschall
1 sibling, 0 replies; 5+ messages in thread
From: Sebastian Moeller @ 2022-12-20 16:31 UTC (permalink / raw)
To: Dave Taht; +Cc: Cake List
[-- Attachment #1: Type: text/plain, Size: 2197 bytes --]
In the positive spirit of the season:
nice to see DSL entering the cake-party before becomIng obsolete ;)
My bigger unanswered question is, did they implement a BQL equivalent for the DSL modem? My gut feeling is likely not as that part likely is under control of maxlinear's SDK.
On 20 December 2022 17:12:37 CET, Dave Taht <dave.taht@gmail.com> wrote:
>Yay! 260 more countries to go!
>
>On Tue, Dec 20, 2022 at 7:46 AM Sebastian Moeller via Cake
><cake@lists.bufferbloat.net> wrote:
>>
>> Dear all,
>>
>> just had a look in a recent firmware archive for AVM's fritzbox 7530, and 'strings dsld' (dsld is AVM's single blob "magic binary dsl deamon" that encapsulates a lot of their value proposition) reveals that they likely are using cake*:
>>
>> qdisc add dev %s handle 10:0 root cake bandwidth %ukbit besteffort %s %s dual-dsthost ingress
>> qdisc add dev %s handle 10:0 root cake bandwidth %ukbit besteffort overhead %d dual-dsthost ingress
>>
>>
>> I failed to find the matching dual-srchost entry so they might use something else for egress. I have no insight whether/how this can be actiated (not using a fb7530 myself), but at least this is making it out to the unwashed masses in Germany... (The FB7530 is the "value" box for the most recent DSL variant deployed in Germany, profile 35b vectoring, sold under the moniker "super-vectoring").
>>
>>
>> *) makes sense some months ago they posted a video promising enhances fairness for internal users, I was puzzled at the time how they would implement that, but it seems that they did not re-invent the wheel here but went for
>>
>> Regards
>> Sebastian
>>
>> P.S.: To my joy they also seem to diligently set overhead, for their HTB/TBF instances using tc-stab...
>> _______________________________________________
>> Cake mailing list
>> Cake@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/cake
>
>
>
>--
>This song goes out to all the folk that thought Stadia would work:
>https://www.linkedin.com/posts/dtaht_the-mushroom-song-activity-6981366665607352320-FXtz
>Dave Täht CEO, TekLibre, LLC
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
[-- Attachment #2: Type: text/html, Size: 2452 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Cake] AVM seems to be shipping cake
2022-12-20 16:12 ` Dave Taht
2022-12-20 16:31 ` Sebastian Moeller
@ 2022-12-24 18:52 ` Sebastian Gottschall
2022-12-24 20:41 ` Sebastian Moeller
1 sibling, 1 reply; 5+ messages in thread
From: Sebastian Gottschall @ 2022-12-24 18:52 UTC (permalink / raw)
To: cake
there are just 195
Am 20.12.2022 um 17:12 schrieb Dave Taht via Cake:
> Yay! 260 more countries to go!
>
> On Tue, Dec 20, 2022 at 7:46 AM Sebastian Moeller via Cake
> <cake@lists.bufferbloat.net> wrote:
>> Dear all,
>>
>> just had a look in a recent firmware archive for AVM's fritzbox 7530, and 'strings dsld' (dsld is AVM's single blob "magic binary dsl deamon" that encapsulates a lot of their value proposition) reveals that they likely are using cake*:
>>
>> qdisc add dev %s handle 10:0 root cake bandwidth %ukbit besteffort %s %s dual-dsthost ingress
>> qdisc add dev %s handle 10:0 root cake bandwidth %ukbit besteffort overhead %d dual-dsthost ingress
>>
>>
>> I failed to find the matching dual-srchost entry so they might use something else for egress. I have no insight whether/how this can be actiated (not using a fb7530 myself), but at least this is making it out to the unwashed masses in Germany... (The FB7530 is the "value" box for the most recent DSL variant deployed in Germany, profile 35b vectoring, sold under the moniker "super-vectoring").
>>
>>
>> *) makes sense some months ago they posted a video promising enhances fairness for internal users, I was puzzled at the time how they would implement that, but it seems that they did not re-invent the wheel here but went for
>>
>> Regards
>> Sebastian
>>
>> P.S.: To my joy they also seem to diligently set overhead, for their HTB/TBF instances using tc-stab...
>> _______________________________________________
>> Cake mailing list
>> Cake@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/cake
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Cake] AVM seems to be shipping cake
2022-12-24 18:52 ` Sebastian Gottschall
@ 2022-12-24 20:41 ` Sebastian Moeller
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Moeller @ 2022-12-24 20:41 UTC (permalink / raw)
To: Cake List
Totally unrelated, I (actually my kids) stumbled over a new weir game show on netflix called "is it cake?".
Very light on networking and heavy on cream, butter and sugar, I guess to be expected for a cooking-adjacent show ;)
Happy end of the year....
Sebastian
> On Dec 24, 2022, at 19:52, Sebastian Gottschall via Cake <cake@lists.bufferbloat.net> wrote:
>
> there are just 195
>
> Am 20.12.2022 um 17:12 schrieb Dave Taht via Cake:
>> Yay! 260 more countries to go!
>>
>> On Tue, Dec 20, 2022 at 7:46 AM Sebastian Moeller via Cake
>> <cake@lists.bufferbloat.net> wrote:
>>> Dear all,
>>>
>>> just had a look in a recent firmware archive for AVM's fritzbox 7530, and 'strings dsld' (dsld is AVM's single blob "magic binary dsl deamon" that encapsulates a lot of their value proposition) reveals that they likely are using cake*:
>>>
>>> qdisc add dev %s handle 10:0 root cake bandwidth %ukbit besteffort %s %s dual-dsthost ingress
>>> qdisc add dev %s handle 10:0 root cake bandwidth %ukbit besteffort overhead %d dual-dsthost ingress
>>>
>>>
>>> I failed to find the matching dual-srchost entry so they might use something else for egress. I have no insight whether/how this can be actiated (not using a fb7530 myself), but at least this is making it out to the unwashed masses in Germany... (The FB7530 is the "value" box for the most recent DSL variant deployed in Germany, profile 35b vectoring, sold under the moniker "super-vectoring").
>>>
>>>
>>> *) makes sense some months ago they posted a video promising enhances fairness for internal users, I was puzzled at the time how they would implement that, but it seems that they did not re-invent the wheel here but went for
>>>
>>> Regards
>>> Sebastian
>>>
>>> P.S.: To my joy they also seem to diligently set overhead, for their HTB/TBF instances using tc-stab...
>>> _______________________________________________
>>> Cake mailing list
>>> Cake@lists.bufferbloat.net
>>> https://lists.bufferbloat.net/listinfo/cake
>>
>>
> _______________________________________________
> Cake mailing list
> Cake@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cake
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-12-24 20:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-20 15:46 [Cake] AVM seems to be shipping cake Sebastian Moeller
2022-12-20 16:12 ` Dave Taht
2022-12-20 16:31 ` Sebastian Moeller
2022-12-24 18:52 ` Sebastian Gottschall
2022-12-24 20:41 ` Sebastian Moeller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox