Comment 28 for bug 1766377

Revision history for this message
Halvor Lyche Strandvoll (halvors) wrote : Re: Ethernet E1000 Controller Hangs

I made a workaround for this. That is basically just disable tso.
This fix persists across boots.

Copy the following script and save it as /<email address hidden>

##################################################

[Unit]
Description=Disable TSO for %i
BindsTo=sys-subsystem-net-devices-%i.device
After=sys-subsystem-net-devices-%i.device

[Service]
Type=oneshot
ExecStart=/sbin/ethtool -K %i tso off

[Install]
WantedBy=sys-subsystem-net-devices-%i.device

##################################################

Run "systemctl enable disable-tso@enp0s25" with your interface name instead of "enp0s25" that is what mine is named.

If you have more problematic interfaces just enable service for those as well.