Confirming the semantic change: even if I manually just insert sk_pacing_status, the rest of the code still needs many fields that were not there yet in 4.9.But don't sweat it, the qdisc mix approach, if it can be made to work, will do it for me (and serve others as a smooth migration path to full-FQ).
On Tuesday, June 6, 2017 at 10:13:21 AM UTC+2, Alexandre Ferrieux wrote:Confirming the semantic change: even if I manually just insert sk_pacing_status, the rest of the code still needs many fields that were not there yet in 4.9.But don't sweat it, the qdisc mix approach, if it can be made to work, will do it for me (and serve others as a smooth migration path to full-FQ).I'd really appreciate assistance to do exactly this: mixing HTB and FQ on one interface. (Tc is a bitch and/or I'm not brain-compatible with its syntax and documentation).
--
You received this message because you are subscribed to the Google Groups "BBR Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bbr-dev+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bbr-dev+u...@googlegroups.com.
tc qdisc add dev eth1 root handle 1: htb default 1
tc class add dev eth1 parent 1: classid 1:1 htb rate
1gbit
tc qdisc add dev eth1 parent 1:1 fq
Given that it now relies on a new kernel feature introduced even more recently than sch_fq...
I doubt it.
- Jonathan Morton