Home | History | Annotate | Download | only in examples

Lines Matching refs:sfq

98 #	  - added initial support for SFQ as leaf qdisc
254 # LEAF=none|tbf|sfq optional, default "tbf"
261 # bounded), you must set LEAF to "none" or "sfq".
264 # several hosts in the same class, you might want to specify LEAF=sfq to
265 # attach SFQ as leaf queueing discipline to that class.
273 # Note: Don't forget to set LEAF to "none" or "sfq", otherwise the class will
318 ### SFQ qdisc parameters
320 # The SFQ queueing discipline is a cheap way for sharing class bandwidth
324 # that SFQ does not do any traffic shaping - the shaping is done by the CBQ
325 # class the SFQ is attached to.
780 elif [ "$LEAF" = "sfq" ]; then
781 tc qdisc add dev $DEVICE parent 1:$CLASS handle $CLASS sfq \