From 9991919447e14b1779705a8ec2cb7f98ff37abab Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 29 Oct 2015 09:58:40 +0000 Subject: [PATCH] Completely disable faulty offloading on HP NC362i --- cookbooks/devices/templates/default/udev.rules.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/devices/templates/default/udev.rules.erb b/cookbooks/devices/templates/default/udev.rules.erb index 1683ba7a8..837362bb0 100644 --- a/cookbooks/devices/templates/default/udev.rules.erb +++ b/cookbooks/devices/templates/default/udev.rules.erb @@ -31,4 +31,4 @@ ACTION=="add", SUBSYSTEM=="cpu", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe -bv $ <% end -%> # Disable scatter-gather offload for HP NC362i network controllers -SUBSYSTEM=="net", ACTION=="add", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x10c9", ATTRS{subsystem_vendor}=="0x103c", ATTRS{subsystem_device}=="0x323f", RUN+="/sbin/ethtool -K $name sg off" +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" -- 2.43.2