Cake - FQ_codel the next generation
 help / color / mirror / Atom feed
* [Cake] New board that looks interesting
@ 2020-04-04  4:12 Aaron Wood
  2020-04-04 14:47 ` David P. Reed
  0 siblings, 1 reply; 9+ messages in thread
From: Aaron Wood @ 2020-04-04  4:12 UTC (permalink / raw)
  To: cake, bloat, Make-Wifi-fast

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

https://www.seeedstudio.com/ODYSSEY-X86J4105800-p-4445.html

quad-core Celeron J4105 1.5-2.5 GHz x64
8GB Ram
2x i211t intel ethernet controllers
intel 9560 802.11ac (wave2) wifi/bluetooth chipset
intel built-in graphics
onboard ARM Cortex-M0 and RPi & Arduino headers
m.2 and PCIe adapters
<$200

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

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

* Re: [Cake] New board that looks interesting
  2020-04-04  4:12 [Cake] New board that looks interesting Aaron Wood
@ 2020-04-04 14:47 ` David P. Reed
  2020-04-04 16:10   ` [Cake] [Bloat] " Dave Taht
  0 siblings, 1 reply; 9+ messages in thread
From: David P. Reed @ 2020-04-04 14:47 UTC (permalink / raw)
  To: Aaron Wood; +Cc: cake, bloat, Make-Wifi-fast

Thanks! I ordered one just now. In my experience, this company does rather neat stuff. Their XMOS based microphone array (ReSpeaker) is really useful. What's the state of play in Linux/OpenWRT for Intel 9560 capabilities regarding AQM?

On Saturday, April 4, 2020 12:12am, "Aaron Wood" <woody77@gmail.com> said:

> _______________________________________________
> Cake mailing list
> Cake@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cake
> https://www.seeedstudio.com/ODYSSEY-X86J4105800-p-4445.html
> 
> quad-core Celeron J4105 1.5-2.5 GHz x64
> 8GB Ram
> 2x i211t intel ethernet controllers
> intel 9560 802.11ac (wave2) wifi/bluetooth chipset
> intel built-in graphics
> onboard ARM Cortex-M0 and RPi & Arduino headers
> m.2 and PCIe adapters
> <$200
> 



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

* Re: [Cake] [Bloat]  New board that looks interesting
  2020-04-04 14:47 ` David P. Reed
@ 2020-04-04 16:10   ` Dave Taht
  2020-04-04 16:27     ` Aaron Wood
  0 siblings, 1 reply; 9+ messages in thread
From: Dave Taht @ 2020-04-04 16:10 UTC (permalink / raw)
  To: David P. Reed; +Cc: Aaron Wood, Cake List, Make-Wifi-fast, bloat

Historically I've found the "Celeron" chips rather weak, but it's just
a brand. I haven't the foggiest idea how well this variant will
perform.

The intel ethernet chips are best of breed in linux, however. It's
been my hope that the 211 variant with the timed networking support
would show up in the field (sch_etx) so we could fiddle with that,
(the apu2s aren't using that version) but I cannot for the life of me
remember the right keywords to look it up at the moment. this feature
lets you program when a packet emerges from the driver and is sort of
a whole new ballgame when it comes to scheduling - there hasn't been
an aqm designed for it, and you can do fq by playing tricks with the
sent timestamp.

All the other features look rather nice on this board.

On Sat, Apr 4, 2020 at 7:47 AM David P. Reed <dpreed@deepplum.com> wrote:
>
> Thanks! I ordered one just now. In my experience, this company does rather neat stuff. Their XMOS based microphone array (ReSpeaker) is really useful. What's the state of play in Linux/OpenWRT for Intel 9560 capabilities regarding AQM?
>
> On Saturday, April 4, 2020 12:12am, "Aaron Wood" <woody77@gmail.com> said:
>
> > _______________________________________________
> > Cake mailing list
> > Cake@lists.bufferbloat.net
> > https://lists.bufferbloat.net/listinfo/cake
> > https://www.seeedstudio.com/ODYSSEY-X86J4105800-p-4445.html
> >
> > quad-core Celeron J4105 1.5-2.5 GHz x64
> > 8GB Ram
> > 2x i211t intel ethernet controllers
> > intel 9560 802.11ac (wave2) wifi/bluetooth chipset
> > intel built-in graphics
> > onboard ARM Cortex-M0 and RPi & Arduino headers
> > m.2 and PCIe adapters
> > <$200
> >
>
>
> _______________________________________________
> Bloat mailing list
> Bloat@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/bloat



-- 
Make Music, Not War

Dave Täht
CTO, TekLibre, LLC
http://www.teklibre.com
Tel: 1-831-435-0729

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

* Re: [Cake] [Bloat]  New board that looks interesting
  2020-04-04 16:10   ` [Cake] [Bloat] " Dave Taht
@ 2020-04-04 16:27     ` Aaron Wood
  2020-04-04 17:36       ` Dave Taht
  2020-04-27  2:45       ` Dave Taht
  0 siblings, 2 replies; 9+ messages in thread
From: Aaron Wood @ 2020-04-04 16:27 UTC (permalink / raw)
  To: Dave Taht; +Cc: Cake List, David P. Reed, Make-Wifi-fast, bloat

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

The comparison of chipset performance link (to OpemWRT forums) that went
out had this chip, the J4105 as the fastest.  Able to do a gigabit with
cake (nearly able to do it in both directions).

I think this has replaced the apu2 as the board I’m going with as my edge
router.

On Sat, Apr 4, 2020 at 9:10 AM Dave Taht <dave.taht@gmail.com> wrote:

> Historically I've found the "Celeron" chips rather weak, but it's just
> a brand. I haven't the foggiest idea how well this variant will
> perform.
>
> The intel ethernet chips are best of breed in linux, however. It's
> been my hope that the 211 variant with the timed networking support
> would show up in the field (sch_etx) so we could fiddle with that,
> (the apu2s aren't using that version) but I cannot for the life of me
> remember the right keywords to look it up at the moment. this feature
> lets you program when a packet emerges from the driver and is sort of
> a whole new ballgame when it comes to scheduling - there hasn't been
> an aqm designed for it, and you can do fq by playing tricks with the
> sent timestamp.
>
> All the other features look rather nice on this board.
>
> On Sat, Apr 4, 2020 at 7:47 AM David P. Reed <dpreed@deepplum.com> wrote:
> >
> > Thanks! I ordered one just now. In my experience, this company does
> rather neat stuff. Their XMOS based microphone array (ReSpeaker) is really
> useful. What's the state of play in Linux/OpenWRT for Intel 9560
> capabilities regarding AQM?
> >
> > On Saturday, April 4, 2020 12:12am, "Aaron Wood" <woody77@gmail.com>
> said:
> >
> > > _______________________________________________
> > > Cake mailing list
> > > Cake@lists.bufferbloat.net
> > > https://lists.bufferbloat.net/listinfo/cake
> > > https://www.seeedstudio.com/ODYSSEY-X86J4105800-p-4445.html
> > >
> > > quad-core Celeron J4105 1.5-2.5 GHz x64
> > > 8GB Ram
> > > 2x i211t intel ethernet controllers
> > > intel 9560 802.11ac (wave2) wifi/bluetooth chipset
> > > intel built-in graphics
> > > onboard ARM Cortex-M0 and RPi & Arduino headers
> > > m.2 and PCIe adapters
> > > <$200
> > >
> >
> >
> > _______________________________________________
> > Bloat mailing list
> > Bloat@lists.bufferbloat.net
> > https://lists.bufferbloat.net/listinfo/bloat
>
>
>
> --
> Make Music, Not War
>
> Dave Täht
> CTO, TekLibre, LLC
> http://www.teklibre.com
> Tel: 1-831-435-0729
>
-- 
- Sent from my iPhone.

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

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

* Re: [Cake] [Bloat]  New board that looks interesting
  2020-04-04 16:27     ` Aaron Wood
@ 2020-04-04 17:36       ` Dave Taht
  2020-04-05 20:17         ` David P. Reed
  2020-04-27  2:45       ` Dave Taht
  1 sibling, 1 reply; 9+ messages in thread
From: Dave Taht @ 2020-04-04 17:36 UTC (permalink / raw)
  To: Aaron Wood; +Cc: Cake List, David P. Reed, Make-Wifi-fast, bloat

I think I'll wait for y'all to try it and report back. I trust my
apu2s and I actually kind of like they lack a graphics chip and need
to be configured via serial port.

In other news I've started testing ubuntu 20.4, which among other
things, has wireguard in it. I've been really frustrated with the
state of distributions lately, trying to get any complex thing done
has required snaps and docker containers and I really prefer running
stuff natively when possible. Tools that I still rely on like mrtg and
smokeping are undermaintained, trying to get zoneminder to co-exist
and co-install with anything else (notably jitsi thus far) has been a
real PITA.

I am pleased at the increasing size of the ipv6 deployment, my phone
got it last month....

I think I've found a babel bug with default routes...

and I fired up a kernel build to go hack on the ax200 chips.

On Sat, Apr 4, 2020 at 9:27 AM Aaron Wood <woody77@gmail.com> wrote:
>
> The comparison of chipset performance link (to OpemWRT forums) that went out had this chip, the J4105 as the fastest.  Able to do a gigabit with cake (nearly able to do it in both directions).
>
> I think this has replaced the apu2 as the board I’m going with as my edge router.
>
> On Sat, Apr 4, 2020 at 9:10 AM Dave Taht <dave.taht@gmail.com> wrote:
>>
>> Historically I've found the "Celeron" chips rather weak, but it's just
>> a brand. I haven't the foggiest idea how well this variant will
>> perform.
>>
>> The intel ethernet chips are best of breed in linux, however. It's
>> been my hope that the 211 variant with the timed networking support
>> would show up in the field (sch_etx) so we could fiddle with that,
>> (the apu2s aren't using that version) but I cannot for the life of me
>> remember the right keywords to look it up at the moment. this feature
>> lets you program when a packet emerges from the driver and is sort of
>> a whole new ballgame when it comes to scheduling - there hasn't been
>> an aqm designed for it, and you can do fq by playing tricks with the
>> sent timestamp.
>>
>> All the other features look rather nice on this board.
>>
>> On Sat, Apr 4, 2020 at 7:47 AM David P. Reed <dpreed@deepplum.com> wrote:
>> >
>> > Thanks! I ordered one just now. In my experience, this company does rather neat stuff. Their XMOS based microphone array (ReSpeaker) is really useful. What's the state of play in Linux/OpenWRT for Intel 9560 capabilities regarding AQM?
>> >
>> > On Saturday, April 4, 2020 12:12am, "Aaron Wood" <woody77@gmail.com> said:
>> >
>> > > _______________________________________________
>> > > Cake mailing list
>> > > Cake@lists.bufferbloat.net
>> > > https://lists.bufferbloat.net/listinfo/cake
>> > > https://www.seeedstudio.com/ODYSSEY-X86J4105800-p-4445.html
>> > >
>> > > quad-core Celeron J4105 1.5-2.5 GHz x64
>> > > 8GB Ram
>> > > 2x i211t intel ethernet controllers
>> > > intel 9560 802.11ac (wave2) wifi/bluetooth chipset
>> > > intel built-in graphics
>> > > onboard ARM Cortex-M0 and RPi & Arduino headers
>> > > m.2 and PCIe adapters
>> > > <$200
>> > >
>> >
>> >
>> > _______________________________________________
>> > Bloat mailing list
>> > Bloat@lists.bufferbloat.net
>> > https://lists.bufferbloat.net/listinfo/bloat
>>
>>
>>
>> --
>> Make Music, Not War
>>
>> Dave Täht
>> CTO, TekLibre, LLC
>> http://www.teklibre.com
>> Tel: 1-831-435-0729
>
> --
> - Sent from my iPhone.



-- 
Make Music, Not War

Dave Täht
CTO, TekLibre, LLC
http://www.teklibre.com
Tel: 1-831-435-0729

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

* Re: [Cake] [Bloat]  New board that looks interesting
  2020-04-04 17:36       ` Dave Taht
@ 2020-04-05 20:17         ` David P. Reed
  0 siblings, 0 replies; 9+ messages in thread
From: David P. Reed @ 2020-04-05 20:17 UTC (permalink / raw)
  To: Dave Taht; +Cc: Aaron Wood, Cake List, Make-Wifi-fast, bloat

FYI - Fedora 31 continued not trying to "make my life easier" by inventing new packaging and containerization in the base distro. I think the folks who make Ubuntu think it is a consumer product.  Making it harder to self-configure in developer-hacker friendly ways.

I expect Fedora32 will have Wireguard (if not earlier).

On Saturday, April 4, 2020 1:36pm, "Dave Taht" <dave.taht@gmail.com> said:

> I think I'll wait for y'all to try it and report back. I trust my
> apu2s and I actually kind of like they lack a graphics chip and need
> to be configured via serial port.
> 
> In other news I've started testing ubuntu 20.4, which among other
> things, has wireguard in it. I've been really frustrated with the
> state of distributions lately, trying to get any complex thing done
> has required snaps and docker containers and I really prefer running
> stuff natively when possible. Tools that I still rely on like mrtg and
> smokeping are undermaintained, trying to get zoneminder to co-exist
> and co-install with anything else (notably jitsi thus far) has been a
> real PITA.
> 
> I am pleased at the increasing size of the ipv6 deployment, my phone
> got it last month....
> 
> I think I've found a babel bug with default routes...
> 
> and I fired up a kernel build to go hack on the ax200 chips.
> 
> On Sat, Apr 4, 2020 at 9:27 AM Aaron Wood <woody77@gmail.com> wrote:
>>
>> The comparison of chipset performance link (to OpemWRT forums) that went out had
>> this chip, the J4105 as the fastest.  Able to do a gigabit with cake (nearly able
>> to do it in both directions).
>>
>> I think this has replaced the apu2 as the board I’m going with as my edge
>> router.
>>
>> On Sat, Apr 4, 2020 at 9:10 AM Dave Taht <dave.taht@gmail.com> wrote:
>>>
>>> Historically I've found the "Celeron" chips rather weak, but it's just
>>> a brand. I haven't the foggiest idea how well this variant will
>>> perform.
>>>
>>> The intel ethernet chips are best of breed in linux, however. It's
>>> been my hope that the 211 variant with the timed networking support
>>> would show up in the field (sch_etx) so we could fiddle with that,
>>> (the apu2s aren't using that version) but I cannot for the life of me
>>> remember the right keywords to look it up at the moment. this feature
>>> lets you program when a packet emerges from the driver and is sort of
>>> a whole new ballgame when it comes to scheduling - there hasn't been
>>> an aqm designed for it, and you can do fq by playing tricks with the
>>> sent timestamp.
>>>
>>> All the other features look rather nice on this board.
>>>
>>> On Sat, Apr 4, 2020 at 7:47 AM David P. Reed <dpreed@deepplum.com> wrote:
>>> >
>>> > Thanks! I ordered one just now. In my experience, this company does rather
>>> neat stuff. Their XMOS based microphone array (ReSpeaker) is really useful.
>>> What's the state of play in Linux/OpenWRT for Intel 9560 capabilities
>>> regarding AQM?
>>> >
>>> > On Saturday, April 4, 2020 12:12am, "Aaron Wood" <woody77@gmail.com> said:
>>> >
>>> > > _______________________________________________
>>> > > Cake mailing list
>>> > > Cake@lists.bufferbloat.net
>>> > > https://lists.bufferbloat.net/listinfo/cake
>>> > > https://www.seeedstudio.com/ODYSSEY-X86J4105800-p-4445.html
>>> > >
>>> > > quad-core Celeron J4105 1.5-2.5 GHz x64
>>> > > 8GB Ram
>>> > > 2x i211t intel ethernet controllers
>>> > > intel 9560 802.11ac (wave2) wifi/bluetooth chipset
>>> > > intel built-in graphics
>>> > > onboard ARM Cortex-M0 and RPi & Arduino headers
>>> > > m.2 and PCIe adapters
>>> > > <$200
>>> > >
>>> >
>>> >
>>> > _______________________________________________
>>> > Bloat mailing list
>>> > Bloat@lists.bufferbloat.net
>>> > https://lists.bufferbloat.net/listinfo/bloat
>>>
>>>
>>>
>>> --
>>> Make Music, Not War
>>>
>>> Dave Täht
>>> CTO, TekLibre, LLC
>>> http://www.teklibre.com
>>> Tel: 1-831-435-0729
>>
>> --
>> - Sent from my iPhone.
> 
> 
> 
> --
> Make Music, Not War
> 
> Dave Täht
> CTO, TekLibre, LLC
> http://www.teklibre.com
> Tel: 1-831-435-0729
> 



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

* Re: [Cake] [Bloat]  New board that looks interesting
  2020-04-04 16:27     ` Aaron Wood
  2020-04-04 17:36       ` Dave Taht
@ 2020-04-27  2:45       ` Dave Taht
  2020-12-18 23:48         ` Aaron Wood
  1 sibling, 1 reply; 9+ messages in thread
From: Dave Taht @ 2020-04-27  2:45 UTC (permalink / raw)
  To: Aaron Wood; +Cc: Cake List, David P. Reed, Make-Wifi-fast, bloat

anyone got around to hacking on this board yet?

On Sat, Apr 4, 2020 at 9:27 AM Aaron Wood <woody77@gmail.com> wrote:
>
> The comparison of chipset performance link (to OpemWRT forums) that went out had this chip, the J4105 as the fastest.  Able to do a gigabit with cake (nearly able to do it in both directions).
>
> I think this has replaced the apu2 as the board I’m going with as my edge router.
>
> On Sat, Apr 4, 2020 at 9:10 AM Dave Taht <dave.taht@gmail.com> wrote:
>>
>> Historically I've found the "Celeron" chips rather weak, but it's just
>> a brand. I haven't the foggiest idea how well this variant will
>> perform.
>>
>> The intel ethernet chips are best of breed in linux, however. It's
>> been my hope that the 211 variant with the timed networking support
>> would show up in the field (sch_etx) so we could fiddle with that,
>> (the apu2s aren't using that version) but I cannot for the life of me
>> remember the right keywords to look it up at the moment. this feature
>> lets you program when a packet emerges from the driver and is sort of
>> a whole new ballgame when it comes to scheduling - there hasn't been
>> an aqm designed for it, and you can do fq by playing tricks with the
>> sent timestamp.
>>
>> All the other features look rather nice on this board.
>>
>> On Sat, Apr 4, 2020 at 7:47 AM David P. Reed <dpreed@deepplum.com> wrote:
>> >
>> > Thanks! I ordered one just now. In my experience, this company does rather neat stuff. Their XMOS based microphone array (ReSpeaker) is really useful. What's the state of play in Linux/OpenWRT for Intel 9560 capabilities regarding AQM?
>> >
>> > On Saturday, April 4, 2020 12:12am, "Aaron Wood" <woody77@gmail.com> said:
>> >
>> > > _______________________________________________
>> > > Cake mailing list
>> > > Cake@lists.bufferbloat.net
>> > > https://lists.bufferbloat.net/listinfo/cake
>> > > https://www.seeedstudio.com/ODYSSEY-X86J4105800-p-4445.html
>> > >
>> > > quad-core Celeron J4105 1.5-2.5 GHz x64
>> > > 8GB Ram
>> > > 2x i211t intel ethernet controllers
>> > > intel 9560 802.11ac (wave2) wifi/bluetooth chipset
>> > > intel built-in graphics
>> > > onboard ARM Cortex-M0 and RPi & Arduino headers
>> > > m.2 and PCIe adapters
>> > > <$200
>> > >
>> >
>> >
>> > _______________________________________________
>> > Bloat mailing list
>> > Bloat@lists.bufferbloat.net
>> > https://lists.bufferbloat.net/listinfo/bloat
>>
>>
>>
>> --
>> Make Music, Not War
>>
>> Dave Täht
>> CTO, TekLibre, LLC
>> http://www.teklibre.com
>> Tel: 1-831-435-0729
>
> --
> - Sent from my iPhone.



-- 
Make Music, Not War

Dave Täht
CTO, TekLibre, LLC
http://www.teklibre.com
Tel: 1-831-435-0729

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

* Re: [Cake] [Bloat]  New board that looks interesting
  2020-04-27  2:45       ` Dave Taht
@ 2020-12-18 23:48         ` Aaron Wood
  2021-01-04  2:11           ` Dean Scarff
  0 siblings, 1 reply; 9+ messages in thread
From: Aaron Wood @ 2020-12-18 23:48 UTC (permalink / raw)
  To: Dave Taht; +Cc: Cake List, David P. Reed, Make-Wifi-fast, bloat

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

I have, finally.  It's been running for a week or so, now.

OpenWRT was an _adventure_.  The board is UEFI, not standard bios.  And
while it will merrily boot OpenWRT's non-uefi images off of USB, it won't
boot the non-UEFI setup from the internal storage (I'm using the eMMC).  So
_that_ was fun (and I made some dumb mistakes that were especially fun to
correct.

But it's running OpenWRT 19.07 (and a UEFI bootloader before grub that's
from ToT OpenWRT).

Anyway, I have cake running, 950Mbps ingress and 35Mbps egress (modem is
provisioned at 1.3G ingress, and a bit over 35Mbps egress).  fq_codel was
defaulted, in multi-queue mode.  While I'm using cake on ingress, my local
link hasn't been hitting the limiter very often:

                Tin 0
  thresh        950Mbit
  target          1.5ms
  interval       30.0ms
  pk_delay         22us
  av_delay          9us
  sp_delay          2us
  backlog            0b
  pkts        243608193
  bytes    250748364896
  way_inds     13167720
  way_miss      1245030
  way_cols            0
  drops            1075
  marks             101
  ack_drop            0
  sp_flows            0
  bk_flows            1
  un_flows            0
  max_len         69876
  quantum          1514

Given that most of the hosts that I interact with are only about 10-15ms
away, I'm probably going to change the interval target to better match that.

Interestingly, while it has a pair of multiqueue NICs (i211s), the igbe
driver isn't configuring them for RSS.  Both output queues are being used,
but not the ingress queues:

wan interface:
     tx_queue_0_packets: 56635989
     tx_queue_1_packets: 39777210
     rx_queue_0_packets: 243646072
     rx_queue_1_packets: 0

lan interface:
     tx_queue_0_packets: 85047897
     tx_queue_1_packets: 162004500
     rx_queue_0_packets: 111174855
     rx_queue_1_packets: 0

Since I have housemates that don't appreciate me messing with the network
during their meetings, I haven't gotten around to poking more deeply at
that (or at experimenting with running cake on two ingress queues).

That being said, I bench-tested this before I put it into operation and was
able to see 940Mbps of iperf goodput through cake and NAT...  Took all of a
core, though (and that core was still cold and therefore potentially able
to boost to 2.5GHz).  I haven't determined how long it will take to
thermally throttle, and if bandwidth suffers as a result.

Pretty happy with it so far, though.

On Sun, Apr 26, 2020 at 7:46 PM Dave Taht <dave.taht@gmail.com> wrote:

> anyone got around to hacking on this board yet?
>
> On Sat, Apr 4, 2020 at 9:27 AM Aaron Wood <woody77@gmail.com> wrote:
> >
> > The comparison of chipset performance link (to OpemWRT forums) that went
> out had this chip, the J4105 as the fastest.  Able to do a gigabit with
> cake (nearly able to do it in both directions).
> >
> > I think this has replaced the apu2 as the board I’m going with as my
> edge router.
> >
> > On Sat, Apr 4, 2020 at 9:10 AM Dave Taht <dave.taht@gmail.com> wrote:
> >>
> >> Historically I've found the "Celeron" chips rather weak, but it's just
> >> a brand. I haven't the foggiest idea how well this variant will
> >> perform.
> >>
> >> The intel ethernet chips are best of breed in linux, however. It's
> >> been my hope that the 211 variant with the timed networking support
> >> would show up in the field (sch_etx) so we could fiddle with that,
> >> (the apu2s aren't using that version) but I cannot for the life of me
> >> remember the right keywords to look it up at the moment. this feature
> >> lets you program when a packet emerges from the driver and is sort of
> >> a whole new ballgame when it comes to scheduling - there hasn't been
> >> an aqm designed for it, and you can do fq by playing tricks with the
> >> sent timestamp.
> >>
> >> All the other features look rather nice on this board.
> >>
> >> On Sat, Apr 4, 2020 at 7:47 AM David P. Reed <dpreed@deepplum.com>
> wrote:
> >> >
> >> > Thanks! I ordered one just now. In my experience, this company does
> rather neat stuff. Their XMOS based microphone array (ReSpeaker) is really
> useful. What's the state of play in Linux/OpenWRT for Intel 9560
> capabilities regarding AQM?
> >> >
> >> > On Saturday, April 4, 2020 12:12am, "Aaron Wood" <woody77@gmail.com>
> said:
> >> >
> >> > > _______________________________________________
> >> > > Cake mailing list
> >> > > Cake@lists.bufferbloat.net
> >> > > https://lists.bufferbloat.net/listinfo/cake
> >> > > https://www.seeedstudio.com/ODYSSEY-X86J4105800-p-4445.html
> >> > >
> >> > > quad-core Celeron J4105 1.5-2.5 GHz x64
> >> > > 8GB Ram
> >> > > 2x i211t intel ethernet controllers
> >> > > intel 9560 802.11ac (wave2) wifi/bluetooth chipset
> >> > > intel built-in graphics
> >> > > onboard ARM Cortex-M0 and RPi & Arduino headers
> >> > > m.2 and PCIe adapters
> >> > > <$200
> >> > >
> >> >
> >> >
> >> > _______________________________________________
> >> > Bloat mailing list
> >> > Bloat@lists.bufferbloat.net
> >> > https://lists.bufferbloat.net/listinfo/bloat
> >>
> >>
> >>
> >> --
> >> Make Music, Not War
> >>
> >> Dave Täht
> >> CTO, TekLibre, LLC
> >> http://www.teklibre.com
> >> Tel: 1-831-435-0729
> >
> > --
> > - Sent from my iPhone.
>
>
>
> --
> Make Music, Not War
>
> Dave Täht
> CTO, TekLibre, LLC
> http://www.teklibre.com
> Tel: 1-831-435-0729
>

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

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

* Re: [Cake] [Bloat]  New board that looks interesting
  2020-12-18 23:48         ` Aaron Wood
@ 2021-01-04  2:11           ` Dean Scarff
  0 siblings, 0 replies; 9+ messages in thread
From: Dean Scarff @ 2021-01-04  2:11 UTC (permalink / raw)
  To: cake

 Any stats on how much power it pulled during your tests and when idle?

 On Fri, 18 Dec 2020 15:48:46 -0800, Aaron Wood wrote:
> I have, finally.  It's been running for a week or so, now.
>
> OpenWRT was an _adventure_.  The board is UEFI, not standard bios.. 
> And while it will merrily boot OpenWRT's non-uefi images off of USB,
> it won't boot the non-UEFI setup from the internal storage (I'm using
> the eMMC).  So _that_ was fun (and I made some dumb mistakes that
> were especially fun to correct.
>
> But it's running OpenWRT 19.07 (and a UEFI bootloader before grub
> that's from ToT OpenWRT).
>
> Anyway, I have cake running, 950Mbps ingress and 35Mbps egress (modem
> is provisioned at 1.3G ingress, and a bit over 35Mbps egress).
>  fq_codel was defaulted, in multi-queue mode.  While I'm using cake
> on ingress, my local link hasn't been hitting the limiter very often:
>
>                 Tin 0
>   thresh        950Mbit
>   target          1.5ms
>   interval       30.0ms
>   pk_delay         22us
>   av_delay          9us
>   sp_delay          2us
>   backlog            0b
>   pkts        243608193
>   bytes    250748364896
>   way_inds     13167720
>   way_miss      1245030
>   way_cols            0
>   drops            1075
>   marks             101
>   ack_drop            0
>   sp_flows            0
>   bk_flows            1
>   un_flows            0
>   max_len         69876
>   quantum          1514
>
> Given that most of the hosts that I interact with are only about
> 10-15ms away, I'm probably going to change the interval target to
> better match that.
>
> Interestingly, while it has a pair of multiqueue NICs (i211s), the
> igbe driver isn't configuring them for RSS.  Both output queues are
> being used, but not the ingress queues:
>
> wan interface:
>
>      tx_queue_0_packets: 56635989
>      tx_queue_1_packets: 39777210
>      rx_queue_0_packets: 243646072
>      rx_queue_1_packets: 0
>
> lan interface:
>
>      tx_queue_0_packets: 85047897
>      tx_queue_1_packets: 162004500
>      rx_queue_0_packets: 111174855
>      rx_queue_1_packets: 0
>
> Since I have housemates that don't appreciate me messing with the
> network during their meetings, I haven't gotten around to poking more
> deeply at that (or at experimenting with running cake on two ingress
> queues).
>
> That being said, I bench-tested this before I put it into operation
> and was able to see 940Mbps of iperf goodput through cake and NAT... 
> Took all of a core, though (and that core was still cold and 
> therefore
> potentially able to boost to 2.5GHz).  I haven't determined how long
> it will take to thermally throttle, and if bandwidth suffers as a
> result.
>
> Pretty happy with it so far, though.

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

end of thread, other threads:[~2021-01-04  2:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-04  4:12 [Cake] New board that looks interesting Aaron Wood
2020-04-04 14:47 ` David P. Reed
2020-04-04 16:10   ` [Cake] [Bloat] " Dave Taht
2020-04-04 16:27     ` Aaron Wood
2020-04-04 17:36       ` Dave Taht
2020-04-05 20:17         ` David P. Reed
2020-04-27  2:45       ` Dave Taht
2020-12-18 23:48         ` Aaron Wood
2021-01-04  2:11           ` Dean Scarff

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