|
|
|
|
|
by Firefishy
3501 days ago
|
|
Seeing random data corruption over network, try:
/sbin/ethtool -K ethX gso off tso off sg off gro off udev rule something like:
SUBSYSTEM=="net", ACTION=="add", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x10c9", ATTRS{subsystem_vendor}=="0x103c", ATTRS{subsystem_device}=="0x323f", RUN+="/sbin/ethtool -K $name gso off tso off sg off gro off" |
|