<div dir="auto">please write my one sample line with this </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 7, 2019, 13:05 Toke Høiland-Jørgensen <<a href="mailto:toke@redhat.com">toke@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Martin Zaharinov <<a href="mailto:micron10@gmail.com" target="_blank" rel="noreferrer">micron10@gmail.com</a>> writes:<br>
<br>
> in original script i use sfq<br>
><br>
> I what to change this line : tc qdisc add dev eth1 parent 1:000b sfq<br>
> perturb 10<br>
> to this<br>
> tc qdisc add dev eth1 parent 1:000b cake bandwidth 10mbit<br>
> and set on preview line ul rate to 15mbit or other.<br>
<br>
Yeah, you can't do that. You will have to set the bandwidth in the HFSC<br>
classes, and elide it from the cake invocation. So basically, just<br>
replace 'sfq perturb 10' with 'cake' in your existing script. And modify<br>
the bandwidth parameter in your 'tc class add' for HFSC.<br>
<br>
-Toke<br>
</blockquote></div>