On Mon, 2015-11-02 at 16:11 +0200, Denys Fedoryshchenko wrote:Strange, because except ppp, on static devices it works really very well in such scheme. It is the only solution that can throttle incoming bandwidth, when bandwidth is very overbooked - reliably, for my use cases, such as 256k+ flows/2.5Gbps and several different classes of traffic, so using DRR will end up in just not enough classes.
Hi!
Actually seems i was getting this panic for a while (once per week) on
loaded pppoe server, but just now was able to get full panic message.
After checking commit logs on sch_fq.c i didnt seen any fixes, so
probably upgrading to newer kernel wont help?
I do not think we support sch_fq as a HTB leaf.
If you want both HTB and sch_fq, you need to setup a bonding device.
HTB on bond0
sch_fq on the slaves
Sure, the kernel should not crash, but HTB+sch_fq on same net device is
certainly not something that will work anyway.