> On 19 May, 2016, at 13:44, LeetMniWheat <[email protected]> wrote: > > There's a simple bandaid fix in issue #20 in sch_cake.c > which changes the following: > > #if KERNEL_VERSION(4, 6, 0) > LINUX_VERSION_CODE > to: > #if KERNEL_VERSION(4, 4, 0) > LINUX_VERSION_CODE > > Although now it should probably be (4, 4, 11) and above, but I believe these > issues stem a bit deeper than this can fix since I've seen stack traces with > layer_cake.qos with kernel 4.4.10 (with original code) and on kernel 4.4.11 > with the bandaid fix.
The latest Cake Git version contains this fix (thanks Kevin), but the sqm package needs to be updated to point to the correct commit. - Jonathan Morton _______________________________________________ Cake mailing list [email protected] https://lists.bufferbloat.net/listinfo/cake
