Pete Heist <p...@heistp.net> writes:

> Quick update to the trace because I had to apply the patch manually
> and missed one line to remove (qdisc_tree_reduce_backlog...), just so
> it doesn’t through off the addresses for you, but it still does the
> same thing:

Ah, my bad; you need to replace

qdisc_match_from_root(qdisc_dev(sch), TC_H_MAJ(parentid));

with

qdisc_match_from_root(qdisc_dev(sch)->qdisc, TC_H_MAJ(parentid));

-Toke
_______________________________________________
Cake mailing list
Cake@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/cake

Reply via email to