sqm-scripts
sqm-scripts copied to clipboard
SQM scripts traffic shaper
Hello Devs, Thank you for the SQM scripts. I have a Belkin RT3200 (clone of Linksys E8450) router running OpenWRT SNAPSHOT. The Belkin RT3200 contains a Mediatek MT7622BV CPU (1.35...
I have lately noticed that SQM does not always properly recognize cake at OpenWrt startup. The list of available qdiscs in LuCI contains then only fq_codel, but no trace of...
@rulet has previously reported this as https://github.com/openwrt/luci/issues/4744 while the issue is not luci-specific at all. So, re-reporting here. The issue is that a (strange IMHO) SQM config is applied correctly...
[This](https://github.com/tohojo/sqm-scripts/blob/dd8c12ef68f3214332292096e68bae74c405b014/luci/sqm-cbi.lua#L116) sets fq_codel as default, but documentation on OpenWrt.org [here](https://openwrt.org/docs/guide-user/network/traffic-shaping/sqm) and [here](https://openwrt.org/docs/guide-user/network/traffic-shaping/sqm-details) states Cake is default Similarly 'simple.qos' is given as default setup script in gui but piece_of_cake in docs
The service has to run after the network has been configured, so change the ordering of the systemd unit after network-online.target.
I presume a version of commit [88ec332e074dc510d9966e75059e16bf0c794d38](https://github.com/openwrt/luci/commit/88ec332e074dc510d9966e75059e16bf0c794d38) will eventually make its way into this repo as well to fix the problem in 19.07?
For users who own 10Gbps+ networks, multi-queue (mq) helps distribute packets to different processors. there is no harm to enable mq as root qdisc by default.
It seems that sqm-scripts used to have hfsc shapers until 39eb7a0, when it was removed due to its incompatibility with fq_codel at that time. This kernel issue has since been...
Because of the /usr/lib/sqm/*.help files, good descriptions for each SCRIPT already exist. Maybe a small script could compile a markdown (and/or manpage) document from the existing help files (and then...
Rich Brown recently [reported](https://lists.bufferbloat.net/pipermail/bloat/2020-January/009486.html) updating the bufferbloat wiki. Please consider adding some links to README.md to the new pages, I think either [Bloat wiki](https://www.bufferbloat.net/projects/bloat/wiki/) or [Introduction](https://www.bufferbloat.net/projects/bloat/wiki/Introduction/) Probably these links will...