Cake - FQ_codel the next generation
 help / color / mirror / Atom feed
From: Pete Heist <pete@heistp.net>
To: Georgios Amanakis <gamanakis@gmail.com>
Cc: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>,
	Cake List <cake@lists.bufferbloat.net>
Subject: Re: [Cake] Cake on openwrt - falling behind
Date: Sun, 1 Jul 2018 09:18:30 +0200	[thread overview]
Message-ID: <6FE8D434-01BE-41A1-BD6B-EFFD67AC8784@heistp.net> (raw)
In-Reply-To: <CACvFP_gWk3VFWhg9Kh8j+_ZMWar4ShS+ZS3gNEJ4fGpeDUCtdw@mail.gmail.com>

Ok, so I’ve got to figure out what’s up with my build in general, so I’m blowing away my source tree and will build master without any patches.

I don’t know if the kernel panics and unknown symbols are related somehow, but they’re not helping(!) so I’ll try to get past that. I don’t actually get logs in /sys/kernel/debug/crashlog, so I can’t even prove it’s a panic, but it’s rebooting that usually happens just as I do something net related, like start typing in ssh or do an scp, after some period of inactivity. If it’s reproducible on an unpatched build I’ll head over to the OpenWRT universe.

(the stats alignment is just proportional vs fixed fonts- they look fine in vim)

> On Jul 1, 2018, at 4:37 AM, Georgios Amanakis <gamanakis@gmail.com> wrote:
> 
> The stats got mangled in by the email, in the terminal they are
> properly aligned.
> 
> 
> ---------- Forwarded message ----------
> From: Georgios Amanakis <gamanakis@gmail.com>
> Date: Sat, Jun 30, 2018 at 10:35 PM
> Subject: Re: [Cake] Cake on openwrt - falling behind
> To: Pete Heist <pete@heistp.net>
> 
> 
> I just tested this on my wrt1900acs but it is behaving as it should. I
> used Kevin's RFC patches for iproute2 and kmod-sched-cake.
> 
> root@lede:/tmp# tc -s qdisc show dev eth0
> qdisc cake 8004: root refcnt 9 bandwidth 2500Kbit diffserv3
> triple-isolate split-gso rtt 100.0ms raw overhead 0
> Sent 122745 bytes 691 pkt (dropped 0, overlimits 419 requeues 0)
> backlog 0b 0p requeues 0
> memory used: 6416b of 4Mb
> capacity estimate: 2500Kbit
> min/max network layer size:           42 /    1186
> min/max overhead-adjusted size:       42 /    1186
> average network hdr offset:           13
> 
>                   Bulk  Best Effort        Voice
>  thresh      156248bit     2500Kbit      625Kbit
>  target        116.3ms        7.3ms       29.1ms
>  interval      232.6ms      102.3ms      124.1ms
>  pk_delay          0us        196us        8.6ms
>  av_delay          0us         13us        1.3ms
>  sp_delay          0us          2us         38us
>  backlog            0b           0b           0b
>  pkts                0          414          277
>  bytes               0        38367        84378
>  way_inds            0            0            0
>  way_miss            0           20            2
>  way_cols            0            0            0
>  drops               0            0            0
>  marks               0            0            0
>  ack_drop            0            0            0
>  sp_flows            0            1            0
>  bk_flows            0            0            1
>  un_flows            0            0            0
>  max_len             0          206         1186
>  quantum           300          300          300
> 
> root@lede:/tmp# opkg list-installed | grep cake
> kmod-sched-cake - 4.14.50+2018-06-26-0520a6cb-1
> 
> root@lede:/tmp# uname -a
> Linux lede 4.14.50 #0 SMP Wed Jun 27 21:48:32 2018 armv7l GNU/Linux
> 
> George
> 
> On Sat, Jun 30, 2018 at 7:20 PM, Pete Heist <pete@heistp.net> wrote:
>> Ok, same result (unknown symbols and routine crashing) after a make clean and re-build, but I just force installed the kmod-sched-cake package with --force-depends and it seems to work. This reproduces it, right? no stats and the debug output?
>> 
>> root@LEDE:~# tc qdisc add dev eth0 root cake
>> root@LEDE:~# tc -s -d qdisc show dev eth0
>> qdisc cake 8001: root refcnt 2 bandwidth unlimited diffserv3 triple-isolate rtt 100.0ms raw overhead 0
>> tca_stats 2005579564 tca_stats2 0 tca_xstats 0
>> calling print_tcstats_attr()
>> print_tcstats_attr()
>> got stats
>> Sent 9070 bytes 66 pkts (dropped 0, overlimits 0)
>> got xstats 0 tca_stats 2005579564 tca_stats2 0 tca_xstats 0
>> 
>> root@LEDE:~# cat /proc/cpuinfo
>> system type             : Atheros AR7240 rev 2
>> machine                 : OpenMesh OM2P
>> processor               : 0
>> cpu model               : MIPS 24Kc V7.4
>> BogoMIPS                : 265.42
>> wait instruction        : yes
>> microsecond timers      : yes
>> tlb_entries             : 16
>> extra interrupt vector  : yes
>> hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
>> isa                     : mips1 mips2 mips32r1 mips32r2
>> ASEs implemented        : mips16
>> shadow register sets    : 1
>> kscratch registers      : 0
>> package                 : 0
>> core                    : 0
>> VCED exceptions         : not available
>> VCEI exceptions         : not available
>> 
> _______________________________________________
> Cake mailing list
> Cake@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cake


  reply	other threads:[~2018-07-01  7:18 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.381.1530347349.3512.cake@lists.bufferbloat.net>
2018-06-30 16:37 ` Georgios Amanakis
2018-06-30 17:26   ` Pete Heist
2018-06-30 18:09     ` Georgios Amanakis
2018-06-30 18:55       ` Kevin Darbyshire-Bryant
2018-06-30 19:57         ` Pete Heist
2018-06-30 20:58           ` Georgios Amanakis
2018-06-30 21:37             ` Pete Heist
2018-06-30 22:43               ` Pete Heist
2018-06-30 23:20                 ` Pete Heist
     [not found]                   ` <CACvFP_gkdAPKSEO7j9+cMPqTa-fJYd8XFEEBD6ZzLuVvaNwsvg@mail.gmail.com>
2018-07-01  2:37                     ` [Cake] Fwd: " Georgios Amanakis
2018-07-01  7:18                       ` Pete Heist [this message]
2018-07-01 13:48                         ` [Cake] " Pete Heist
2018-07-01 14:02                           ` Dave Taht
2018-07-01 15:30                             ` Pete Heist
2018-07-01 14:38                           ` Kevin Darbyshire-Bryant
2018-07-01 16:54                             ` Pete Heist
2018-07-01 19:41                               ` Kevin Darbyshire-Bryant
2018-07-02 10:19                                 ` Pete Heist
2018-07-02 11:38                                   ` Pete Heist
2018-07-02 11:59                                     ` Kevin Darbyshire-Bryant
2018-07-02 14:01                                       ` Pete Heist
2018-07-02 12:03                                     ` Toke Høiland-Jørgensen
2018-07-02 14:51                                       ` Pete Heist
2018-07-02 16:14                                         ` Toke Høiland-Jørgensen
2018-07-02 16:59                                           ` Kevin Darbyshire-Bryant
2018-07-02 17:04                                           ` Pete Heist
2018-07-02 17:12                                             ` Kevin Darbyshire-Bryant
2018-07-02 18:24                                             ` Pete Heist
2018-07-02 19:31                                               ` Toke Høiland-Jørgensen
2018-07-02 20:09                                                 ` Pete Heist
2018-07-02 20:11                                                   ` Toke Høiland-Jørgensen
2018-07-02 20:46                                                     ` Pete Heist
     [not found]                                           ` <mailman.407.1530550780.3512.cake@lists.bufferbloat.net>
2018-07-02 17:50                                             ` Kevin Darbyshire-Bryant
2018-07-02 19:33                                               ` Toke Høiland-Jørgensen
2018-07-02 19:36                                                 ` Kevin Darbyshire-Bryant
2018-07-02 19:39                                                   ` Toke Høiland-Jørgensen
2018-07-02 20:03                                                     ` [Cake] cake at 60gbit Dave Taht
2018-07-02 20:09                                                       ` Toke Høiland-Jørgensen
2018-07-02 21:16                                                         ` Pete Heist
2018-07-02 21:35                                                           ` Toke Høiland-Jørgensen
2018-07-02 22:07                                                             ` Georgios Amanakis
2018-07-02 22:12                                                               ` Dave Taht
2018-07-02 23:48                                                                 ` Georgios Amanakis
2018-07-02 22:23                                                               ` Toke Høiland-Jørgensen
2018-07-03  7:35                                                                 ` Pete Heist
2018-07-03  9:18                                                                 ` Jonathan Morton
2018-07-03  9:57                                                                   ` Pete Heist
2018-07-03 10:27                                                                   ` Toke Høiland-Jørgensen
2018-07-03 10:41                                                                     ` Pete Heist
2018-07-05 22:31                                                                     ` Toke Høiland-Jørgensen
2018-07-05 23:48                                                                       ` Georgios Amanakis
2018-07-06  1:21                                                                         ` Dave Taht
2018-07-06  2:55                                                                           ` George Amanakis
2018-07-06  3:06                                                                             ` George Amanakis
2018-07-06  9:22                                                                               ` Toke Høiland-Jørgensen
2018-07-06  9:21                                                                           ` Toke Høiland-Jørgensen
2018-07-06  8:55                                                                       ` Pete Heist
2018-07-06  9:29                                                                         ` Toke Høiland-Jørgensen
2018-07-06 10:00                                                                           ` Pete Heist
2018-07-06 10:46                                                                             ` Toke Høiland-Jørgensen
2018-07-06 11:33                                                                               ` Toke Høiland-Jørgensen
2018-07-06 11:43                                                                                 ` Jonathan Morton
2018-07-06 11:48                                                                                   ` Toke Høiland-Jørgensen
2018-07-06 11:58                                                                                 ` Pete Heist
2018-07-06 12:04                                                                                   ` Toke Høiland-Jørgensen
2018-07-02 18:39                                           ` [Cake] Cake on openwrt - falling behind Dave Taht
2018-07-02 19:11                                             ` Kevin Darbyshire-Bryant
2018-07-02 19:23                                               ` Toke Høiland-Jørgensen
2018-07-02 19:27                                                 ` Dave Taht
2018-07-02 19:38                                                   ` Toke Høiland-Jørgensen
2018-07-02 20:05                                                     ` Toke Høiland-Jørgensen
2018-07-02 19:31                                             ` Pete Heist
     [not found]                               ` <mailman.397.1530474091.3512.cake@lists.bufferbloat.net>
2018-07-01 23:55                                 ` Dave Taht
2018-07-02  0:05                                   ` Dave Taht
     [not found]                           ` <mailman.392.1530455913.3512.cake@lists.bufferbloat.net>
2018-07-01 15:17                             ` Jonathan Morton
     [not found]       ` <mailman.384.1530384918.3512.cake@lists.bufferbloat.net>
2018-07-01  9:46         ` Magnus Olsson
2018-07-01 12:34           ` Kevin Darbyshire-Bryant

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

  List information: https://lists.bufferbloat.net/postorius/lists/cake.lists.bufferbloat.net/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6FE8D434-01BE-41A1-BD6B-EFFD67AC8784@heistp.net \
    --to=pete@heistp.net \
    --cc=cake@lists.bufferbloat.net \
    --cc=gamanakis@gmail.com \
    --cc=kevin@darbyshire-bryant.me.uk \
    /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