On Mon, 7 Nov 2016 07:39:19 +0100
Ralph Sennhauser wrote:
> On Sun, 6 Nov 2016 19:07:01 +0100
> Szabolcs Nagy wrote:
>
> > * Ralph Sennhauser [2016-11-06 10:59:43
> > +0100]:
> > > The conflict between Musls net/if.h and linux/if.h is an old well
> > > known one and taken care of by a series
Hi,
I gave LEDE a whirl on WNDR3800 on a 100 Mb DSL line.
Without SQM, speedtest.net gave around 90 Mbit/s of download and 3,6 upload.
I installed sqm-scripts and the luci app and enabled SQM on eth1, set
ingress and egress shaping to 90% of speedtest.net results, enabled
fq_codel and simple.qos
kmod-sched-cake is needed
tc -s qdisc show your_device would probably show absence or badness.
I do not think that hardware is capable of 90mbits of inbound shaping either.
On Sun, Nov 13, 2016 at 2:23 PM, Maciej Soltysiak wrote:
> Hi,
>
> I gave LEDE a whirl on WNDR3800 on a 100 Mb DSL line.
>
Right, so it seems it's technically in-there, maybe just not performing...
Here's an lsmod and 2 tc -s qdisc show dev eth1|ifb4eth1 showing no badness
me thinks.
root@openwrt:~# lsmod|grep ^sch_cake
sch_cake 16071 0
root@openwrt:~# tc -s qdisc show dev eth1
qdisc cake 802a: root re
Hi,
a slightly more elaborate description might be appropriate here
John
On 08/11/2016 16:39, Benjamin Berg wrote:
> Also sending the eject command to LUN 1 is required for some D-Link devices.
>
> Signed-off-by: Benjamin Berg
> Signed-off-by: René van Weert
> ---
> switch.c | 6