General list for discussing Bufferbloat
 help / color / mirror / Atom feed
* [Bloat] CAKE upstream in LEDE
@ 2016-06-07  9:53 Kevin Darbyshire-Bryant
  2016-06-07 14:19 ` [Bloat] [Cake] " Jonathan Morton
  0 siblings, 1 reply; 8+ messages in thread
From: Kevin Darbyshire-Bryant @ 2016-06-07  9:53 UTC (permalink / raw)
  To: cake, bloat

Dear All,

For those interested, Jonathan Morton's CAKE qdisc has made it into 
LEDE.  See 
https://git.lede-project.org/?p=source.git;a=commit;h=1a3c56f8322d27f4652d23eb7dc14a45e1631e1c 
for proof :-)

The package to install for your target is 'kmod-sched-cake' 
https://downloads.lede-project.org/snapshots/targets/

The base 'iproute2' package has also been taught how to speak 'CAKE' so 
there's no longer any need to install a special version of 'tc' 
(previously supplied by the 'tc-adv' package) 
https://git.lede-project.org/?p=source.git;a=commit;h=23147dd43ac0835cc9077819c32a101dee42461d

Package 'sqm-scripts' has known how to speak 'CAKE' for a while, with 
choices between 'layer_cake' and 'piece_of_cake'.  Also package 
'luci-app-sqm' provides a user friendly web based configuration page for 
'sqm-scripts'

Thanks must go to Hannu Nyman for distilling the relevant changes from 
the sch_cake and tc-adv code repositories 
(https://github.com/dtaht/sch_cake & https://github.com/dtaht/tc-adv) 
into nice, neat patches for LEDE.

It may take a few days for the LEDE build bots to get around to your 
target platform of interest, but the import kernel module 
(kmod-sched-cake) is there.

Enjoy!

Kevin

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bloat] [Cake] CAKE upstream in LEDE
  2016-06-07  9:53 [Bloat] CAKE upstream in LEDE Kevin Darbyshire-Bryant
@ 2016-06-07 14:19 ` Jonathan Morton
  2016-06-07 15:01   ` Dave Taht
  0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Morton @ 2016-06-07 14:19 UTC (permalink / raw)
  To: Kevin Darbyshire-Bryant; +Cc: cake, bloat


> On 7 Jun, 2016, at 12:53, Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> wrote:
> 
> For those interested, Jonathan Morton's CAKE qdisc has made it into LEDE.

Excellent.  And thanks for taking care of the administrivia for me.  :-)

 - Jonathan Morton


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bloat] [Cake] CAKE upstream in LEDE
  2016-06-07 14:19 ` [Bloat] [Cake] " Jonathan Morton
@ 2016-06-07 15:01   ` Dave Taht
  2016-06-07 15:20     ` Etienne Champetier
  2016-06-07 15:45     ` Dave Taht
  0 siblings, 2 replies; 8+ messages in thread
From: Dave Taht @ 2016-06-07 15:01 UTC (permalink / raw)
  To: Jonathan Morton; +Cc: Kevin Darbyshire-Bryant, cake, bloat

And it has already shown up for  at least one of my main target platforms:

https://downloads.lede-project.org/snapshots/targets/mvebu/generic/packages/

This will speed up my attempts to test at longer rtts (when I have
time) enormously. Thx for getting cake upstream to lede! I am tempted
to retire my last remaining cerowrt wndr3800, but the build has not
made it there (or to x86-64) as yet.

https://downloads.lede-project.org/snapshots/targets/ar71xx/generic/packages/

As a side note, I am contributing a honking big (16 cpu) build box to
the lede effort from google's cloud. I wish I had a way to pay for it
(and additional ones) long term.

On Tue, Jun 7, 2016 at 7:19 AM, Jonathan Morton <chromatix99@gmail.com> wrote:
>
>> On 7 Jun, 2016, at 12:53, Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> wrote:
>>
>> For those interested, Jonathan Morton's CAKE qdisc has made it into LEDE.
>
> Excellent.  And thanks for taking care of the administrivia for me.  :-)
>
>  - Jonathan Morton
>
> _______________________________________________
> Bloat mailing list
> Bloat@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/bloat



-- 
Dave Täht
Let's go make home routers and wifi faster! With better software!
http://blog.cerowrt.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bloat] [Cake] CAKE upstream in LEDE
  2016-06-07 15:01   ` Dave Taht
@ 2016-06-07 15:20     ` Etienne Champetier
  2016-06-07 15:32       ` Dave Taht
  2016-06-07 15:45     ` Dave Taht
  1 sibling, 1 reply; 8+ messages in thread
From: Etienne Champetier @ 2016-06-07 15:20 UTC (permalink / raw)
  To: Dave Taht; +Cc: cake, Jonathan Morton, bloat

[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]

Hi Dave,

Le 7 juin 2016 5:01 PM, "Dave Taht" <dave.taht@gmail.com> a écrit :
>
> And it has already shown up for  at least one of my main target platforms:
>
>
https://downloads.lede-project.org/snapshots/targets/mvebu/generic/packages/
>
> This will speed up my attempts to test at longer rtts (when I have
> time) enormously. Thx for getting cake upstream to lede! I am tempted
> to retire my last remaining cerowrt wndr3800, but the build has not
> made it there (or to x86-64) as yet.
>
>
https://downloads.lede-project.org/snapshots/targets/ar71xx/generic/packages/
>
> As a side note, I am contributing a honking big (16 cpu) build box to
> the lede effort from google's cloud. I wish I had a way to pay for it
> (and additional ones) long term.

Just curious, how much does this cost (and for what specs)?

Regards
Etienne

>
> On Tue, Jun 7, 2016 at 7:19 AM, Jonathan Morton <chromatix99@gmail.com>
wrote:
> >
> >> On 7 Jun, 2016, at 12:53, Kevin Darbyshire-Bryant <
kevin@darbyshire-bryant.me.uk> wrote:
> >>
> >> For those interested, Jonathan Morton's CAKE qdisc has made it into
LEDE.
> >
> > Excellent.  And thanks for taking care of the administrivia for me.  :-)
> >
> >  - Jonathan Morton
> >

[-- Attachment #2: Type: text/html, Size: 1900 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bloat] [Cake] CAKE upstream in LEDE
  2016-06-07 15:20     ` Etienne Champetier
@ 2016-06-07 15:32       ` Dave Taht
  2016-06-07 15:57         ` Etienne Champetier
  0 siblings, 1 reply; 8+ messages in thread
From: Dave Taht @ 2016-06-07 15:32 UTC (permalink / raw)
  To: Etienne Champetier; +Cc: cake, Jonathan Morton, bloat

On Tue, Jun 7, 2016 at 8:20 AM, Etienne Champetier
<champetier.etienne@gmail.com> wrote:
> Hi Dave,
>
> Le 7 juin 2016 5:01 PM, "Dave Taht" <dave.taht@gmail.com> a écrit :
>>
>> And it has already shown up for  at least one of my main target platforms:
>>
>>
>> https://downloads.lede-project.org/snapshots/targets/mvebu/generic/packages/
>>
>> This will speed up my attempts to test at longer rtts (when I have
>> time) enormously. Thx for getting cake upstream to lede! I am tempted
>> to retire my last remaining cerowrt wndr3800, but the build has not
>> made it there (or to x86-64) as yet.
>>
>>
>> https://downloads.lede-project.org/snapshots/targets/ar71xx/generic/packages/
>>
>> As a side note, I am contributing a honking big (16 cpu) build box to
>> the lede effort from google's cloud. I wish I had a way to pay for it
>> (and additional ones) long term.
>
> Just curious, how much does this cost (and for what specs)?

I'll know in a month. (the lede folk got it doing builds may 27th)
It's a "16 VCPU N1-standard-16" instance. Estimate appears to be about
500/month.

The 4 cpu box that I am still contributing to the openwrt project runs
me about 250/month. I mentally have just taken what I get from
https://www.patreon.com/dtaht?ty=hy.

and sent it that way. I've had offers from various places to cover the
cost of the build system, but I have not got around to pursuing them
yet, I felt it was saner to help kickstart the lede effort any way I
could, first.

> Regards
> Etienne
>
>>
>> On Tue, Jun 7, 2016 at 7:19 AM, Jonathan Morton <chromatix99@gmail.com>
>> wrote:
>> >
>> >> On 7 Jun, 2016, at 12:53, Kevin Darbyshire-Bryant
>> >> <kevin@darbyshire-bryant.me.uk> wrote:
>> >>
>> >> For those interested, Jonathan Morton's CAKE qdisc has made it into
>> >> LEDE.
>> >
>> > Excellent.  And thanks for taking care of the administrivia for me.  :-)
>> >
>> >  - Jonathan Morton
>> >



-- 
Dave Täht
Let's go make home routers and wifi faster! With better software!
http://blog.cerowrt.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bloat] [Cake] CAKE upstream in LEDE
  2016-06-07 15:01   ` Dave Taht
  2016-06-07 15:20     ` Etienne Champetier
@ 2016-06-07 15:45     ` Dave Taht
  1 sibling, 0 replies; 8+ messages in thread
From: Dave Taht @ 2016-06-07 15:45 UTC (permalink / raw)
  To: Jonathan Morton; +Cc: Kevin Darbyshire-Bryant, cake, bloat

On Tue, Jun 7, 2016 at 8:01 AM, Dave Taht <dave.taht@gmail.com> wrote:
> And it has already shown up for  at least one of my main target platforms:
>
> https://downloads.lede-project.org/snapshots/targets/mvebu/generic/packages/

It looks like builds for this are now available, also. It looks to be
competitive with the omnia in most respects.

https://www.solid-run.com/marvell-armada-family/clearfog/

The turrus omnia appears to have been pushed back to october.

I do keep hoping someone will get BQL working right on the ethernet
drivers for these armada chips....

> This will speed up my attempts to test at longer rtts (when I have
> time) enormously. Thx for getting cake upstream to lede! I am tempted
> to retire my last remaining cerowrt wndr3800, but the build has not
> made it there (or to x86-64) as yet.
>
> https://downloads.lede-project.org/snapshots/targets/ar71xx/generic/packages/
>
> As a side note, I am contributing a honking big (16 cpu) build box to
> the lede effort from google's cloud. I wish I had a way to pay for it
> (and additional ones) long term.
>
> On Tue, Jun 7, 2016 at 7:19 AM, Jonathan Morton <chromatix99@gmail.com> wrote:
>>
>>> On 7 Jun, 2016, at 12:53, Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> wrote:
>>>
>>> For those interested, Jonathan Morton's CAKE qdisc has made it into LEDE.
>>
>> Excellent.  And thanks for taking care of the administrivia for me.  :-)
>>
>>  - Jonathan Morton
>>
>> _______________________________________________
>> Bloat mailing list
>> Bloat@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/bloat
>
>
>
> --
> Dave Täht
> Let's go make home routers and wifi faster! With better software!
> http://blog.cerowrt.org



-- 
Dave Täht
Let's go make home routers and wifi faster! With better software!
http://blog.cerowrt.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bloat] [Cake] CAKE upstream in LEDE
  2016-06-07 15:32       ` Dave Taht
@ 2016-06-07 15:57         ` Etienne Champetier
  2016-06-08 20:41           ` Outback Dingo
  0 siblings, 1 reply; 8+ messages in thread
From: Etienne Champetier @ 2016-06-07 15:57 UTC (permalink / raw)
  To: Dave Taht; +Cc: cake, Jonathan Morton, bloat

[-- Attachment #1: Type: text/plain, Size: 2462 bytes --]

Le 7 juin 2016 5:32 PM, "Dave Taht" <dave.taht@gmail.com> a écrit :
>
> On Tue, Jun 7, 2016 at 8:20 AM, Etienne Champetier
> <champetier.etienne@gmail.com> wrote:
> > Hi Dave,
> >
> > Le 7 juin 2016 5:01 PM, "Dave Taht" <dave.taht@gmail.com> a écrit :
> >>
> >> And it has already shown up for  at least one of my main target
platforms:
> >>
> >>
> >>
https://downloads.lede-project.org/snapshots/targets/mvebu/generic/packages/
> >>
> >> This will speed up my attempts to test at longer rtts (when I have
> >> time) enormously. Thx for getting cake upstream to lede! I am tempted
> >> to retire my last remaining cerowrt wndr3800, but the build has not
> >> made it there (or to x86-64) as yet.
> >>
> >>
> >>
https://downloads.lede-project.org/snapshots/targets/ar71xx/generic/packages/
> >>
> >> As a side note, I am contributing a honking big (16 cpu) build box to
> >> the lede effort from google's cloud. I wish I had a way to pay for it
> >> (and additional ones) long term.
> >
> > Just curious, how much does this cost (and for what specs)?
>
> I'll know in a month. (the lede folk got it doing builds may 27th)
> It's a "16 VCPU N1-standard-16" instance. Estimate appears to be about
> 500/month.

That's a lot. You should take a look a OVH, you can have dedicated server
for way less than that
See
https://www.ovh.com/fr/serveurs_dedies/

(Just an user, not affiliated in any ways)

>
> The 4 cpu box that I am still contributing to the openwrt project runs
> me about 250/month. I mentally have just taken what I get from
> https://www.patreon.com/dtaht?ty=hy.
>
> and sent it that way. I've had offers from various places to cover the
> cost of the build system, but I have not got around to pursuing them
> yet, I felt it was saner to help kickstart the lede effort any way I
> could, first.
>
> > Regards
> > Etienne
> >
> >>
> >> On Tue, Jun 7, 2016 at 7:19 AM, Jonathan Morton <chromatix99@gmail.com>
> >> wrote:
> >> >
> >> >> On 7 Jun, 2016, at 12:53, Kevin Darbyshire-Bryant
> >> >> <kevin@darbyshire-bryant.me.uk> wrote:
> >> >>
> >> >> For those interested, Jonathan Morton's CAKE qdisc has made it into
> >> >> LEDE.
> >> >
> >> > Excellent.  And thanks for taking care of the administrivia for me.
:-)
> >> >
> >> >  - Jonathan Morton
> >> >
>
>
>
> --
> Dave Täht
> Let's go make home routers and wifi faster! With better software!
> http://blog.cerowrt.org

[-- Attachment #2: Type: text/html, Size: 3893 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bloat] [Cake] CAKE upstream in LEDE
  2016-06-07 15:57         ` Etienne Champetier
@ 2016-06-08 20:41           ` Outback Dingo
  0 siblings, 0 replies; 8+ messages in thread
From: Outback Dingo @ 2016-06-08 20:41 UTC (permalink / raw)
  To: Etienne Champetier; +Cc: Dave Taht, cake, Jonathan Morton, bloat

[-- Attachment #1: Type: text/plain, Size: 2973 bytes --]

On Tue, Jun 7, 2016 at 11:57 AM, Etienne Champetier <
champetier.etienne@gmail.com> wrote:

> Le 7 juin 2016 5:32 PM, "Dave Taht" <dave.taht@gmail.com> a écrit :
> >
> > On Tue, Jun 7, 2016 at 8:20 AM, Etienne Champetier
> > <champetier.etienne@gmail.com> wrote:
> > > Hi Dave,
> > >
> > > Le 7 juin 2016 5:01 PM, "Dave Taht" <dave.taht@gmail.com> a écrit :
> > >>
> > >> And it has already shown up for  at least one of my main target
> platforms:
> > >>
> > >>
> > >>
> https://downloads.lede-project.org/snapshots/targets/mvebu/generic/packages/
> > >>
> > >> This will speed up my attempts to test at longer rtts (when I have
> > >> time) enormously. Thx for getting cake upstream to lede! I am tempted
> > >> to retire my last remaining cerowrt wndr3800, but the build has not
> > >> made it there (or to x86-64) as yet.
> > >>
> > >>
> > >>
> https://downloads.lede-project.org/snapshots/targets/ar71xx/generic/packages/
> > >>
> > >> As a side note, I am contributing a honking big (16 cpu) build box to
> > >> the lede effort from google's cloud. I wish I had a way to pay for it
> > >> (and additional ones) long term.
> > >
> > > Just curious, how much does this cost (and for what specs)?
> >
> > I'll know in a month. (the lede folk got it doing builds may 27th)
> > It's a "16 VCPU N1-standard-16" instance. Estimate appears to be about
> > 500/month.
>
> That's a lot. You should take a look a OVH, you can have dedicated server
> for way less than that
> See
> https://www.ovh.com/fr/serveurs_dedies/
>
> (Just an user, not affiliated in any ways)
>

WOW... uhmmm i can give you a dedicated server even for less then OVH can
and Im US BASED.



> >
> > The 4 cpu box that I am still contributing to the openwrt project runs
> > me about 250/month. I mentally have just taken what I get from
> > https://www.patreon.com/dtaht?ty=hy.
> >
> > and sent it that way. I've had offers from various places to cover the
> > cost of the build system, but I have not got around to pursuing them
> > yet, I felt it was saner to help kickstart the lede effort any way I
> > could, first.
> >
> > > Regards
> > > Etienne
> > >
> > >>
> > >> On Tue, Jun 7, 2016 at 7:19 AM, Jonathan Morton <
> chromatix99@gmail.com>
> > >> wrote:
> > >> >
> > >> >> On 7 Jun, 2016, at 12:53, Kevin Darbyshire-Bryant
> > >> >> <kevin@darbyshire-bryant.me.uk> wrote:
> > >> >>
> > >> >> For those interested, Jonathan Morton's CAKE qdisc has made it into
> > >> >> LEDE.
> > >> >
> > >> > Excellent.  And thanks for taking care of the administrivia for
> me.  :-)
> > >> >
> > >> >  - Jonathan Morton
> > >> >
> >
> >
> >
> > --
> > Dave Täht
> > Let's go make home routers and wifi faster! With better software!
> > http://blog.cerowrt.org
>
> _______________________________________________
> Bloat mailing list
> Bloat@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/bloat
>
>

[-- Attachment #2: Type: text/html, Size: 5211 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-06-08 20:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-07  9:53 [Bloat] CAKE upstream in LEDE Kevin Darbyshire-Bryant
2016-06-07 14:19 ` [Bloat] [Cake] " Jonathan Morton
2016-06-07 15:01   ` Dave Taht
2016-06-07 15:20     ` Etienne Champetier
2016-06-07 15:32       ` Dave Taht
2016-06-07 15:57         ` Etienne Champetier
2016-06-08 20:41           ` Outback Dingo
2016-06-07 15:45     ` Dave Taht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox