Jump to content

Linux: Difference between revisions

36 bytes added ,  26 February 2022
Line 791: Line 791:
</pre>
</pre>
This was resolved by disabling TCP Segmentation Offload:
This was resolved by disabling TCP Segmentation Offload:
<pre>
<syntaxhighlight lang="bash?>
sudo ethtool -K eno1 tso off
sudo ethtool -K eno1 tso off


# Verify tso is disabled
# Verify tso is disabled
ethtool -k eno1 | grep tcp
ethtool -k eno1 | grep tcp
</pre>
</syntaxhighlight>


To make this persist across reboots:
To make this persist across reboots: