document disabling split-gso for high link speeds
This commit is contained in:
parent
0fbac715d0
commit
2de0fa2fe3
@ -228,6 +228,20 @@ PriorityQueueingPreset=besteffort</pre>
|
|||||||
empty.</p>
|
empty.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section id="high-link-speed">
|
||||||
|
<h2><a href="#high-link-speed">High link speed</a></h2>
|
||||||
|
|
||||||
|
<p>By default, CAKE splits General Segmentation Offload (GSO) super-packets to
|
||||||
|
reduce latency at the expense of CPU efficiency and throughput. This can create a
|
||||||
|
bottleneck at high link speeds. We've had to disable this on the 2Gbit GrapheneOS
|
||||||
|
update servers.</p>
|
||||||
|
|
||||||
|
<pre>[CAKE]
|
||||||
|
Bandwidth=1995M
|
||||||
|
PriorityQueueingPreset=besteffort
|
||||||
|
SplitGSO=false</pre>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id="future">
|
<section id="future">
|
||||||
<h2><a href="#future">Future</a></h2>
|
<h2><a href="#future">Future</a></h2>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user