From: Dave Taht <dave.taht@gmail.com>
To: cake@lists.bufferbloat.net,
"cerowrt-devel@lists.bufferbloat.net"
<cerowrt-devel@lists.bufferbloat.net>
Subject: [Cake] cake on lede
Date: Sat, 11 Jun 2016 10:01:19 -0700 [thread overview]
Message-ID: <CAA93jw4-OQTnL7EmiRyYaN4MWY0o=-9tQ9FwjsEF8fZ8j5bNJA@mail.gmail.com> (raw)
Getting to a very usable lede (formerly openwrt) build is now easier than ever.
download an appropriate build from
https://downloads.lede-project.org/snapshots/targets/
I am trying to train myself away from statically having to configure
my host for "ssh 192.168.1.1", and instead look for the auto-assigned
ipv6 ula address and ssh to the that.
...
opkg update
opkg install babeld luci-ssl luci-app-sqm kmod-sched-cake
if you want it:
opkg install netperf
Then (if you need the gui, reboot). Me I typically edit the system
file in my editor of choice to give it a name and timezone, enable
babel, fiddle with dhcp info (like my domain name), and change the
default ip address using sed, then reboot.
...
I plan to wipe out my last dev wndr3800 cerowrt box today with lede.
[1] There are some major differences in firewalling and how to
configure ad-hoc mode left to sort out. And the default in lede is
bridge, rather than route, everything.
Certainly: DO NOT do a sysupgrade -n from cerowrt to lede. Wipe it all
out and start over with a sysupgrade without the -n option. I
typically take a backup with scp -r theboxname:/overlay somewherelocal
first.
I'll try to do more complete notes later.
...
the bug with tc being correctly patched for cake is now fixed.
root@linksys-1200ac:/etc/config# tc -s qdisc show dev eth0
qdisc cake 8009: root refcnt 9 bandwidth 9Mbit besteffort flows rtt 100.0ms raw
Sent 16108136 bytes 10767 pkt (dropped 13, overlimits 16017 requeues 0)
backlog 6056b 4p requeues 0
memory used: 15420b of 450000b
capacity estimate: 9Mbit
Tin 0
thresh 9Mbit
target 5.0ms
interval 100.0ms
pk_delay 6.7ms
av_delay 5.3ms
sp_delay 2.8ms
pkts 10784
bytes 16133874
way_inds 0
way_miss 24
way_cols 0
drops 13
marks 0
sp_flows 0
bk_flows 1
last_len 3028
max_len 4542
And the newfangled triple-isolate mode can be changed at the command line.
tc qdisc change dev eth0 root cake triple-isolate
root@linksys-1200ac:/etc/config# tc -s qdisc show dev eth0
qdisc cake 8009: root refcnt 9 bandwidth 9Mbit besteffort
triple-isolate rtt 100.0ms raw
Sent 78887894 bytes 52256 pkt (dropped 15, overlimits 78437 requeues 0)
backlog 0b 0p requeues 0
memory used: 15420b of 450000b
capacity estimate: 9Mbit
Tin 0
thresh 9Mbit
target 5.0ms
interval 100.0ms
pk_delay 6.3ms
av_delay 5.5ms
sp_delay 52us
pkts 52271
bytes 78910604
way_inds 0
way_miss 34
way_cols 0
drops 15
marks 0
sp_flows 0
bk_flows 5
last_len 42
max_len 4542
[1] the deployment I have I hope to replace (september? october?)
after more of the fq_codel for wifi patches land and get backported.
--
Dave Täht
Let's go make home routers and wifi faster! With better software!
http://blog.cerowrt.org
reply other threads:[~2016-06-11 17:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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='CAA93jw4-OQTnL7EmiRyYaN4MWY0o=-9tQ9FwjsEF8fZ8j5bNJA@mail.gmail.com' \
--to=dave.taht@gmail.com \
--cc=cake@lists.bufferbloat.net \
--cc=cerowrt-devel@lists.bufferbloat.net \
/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