]> git.openstreetmap.org Git - chef.git/commitdiff
devices: Additional NIC ring tuning
authorGrant Slater <git@firefishy.com>
Wed, 7 Oct 2020 14:20:51 +0000 (15:20 +0100)
committerGrant Slater <git@firefishy.com>
Wed, 7 Oct 2020 14:20:51 +0000 (15:20 +0100)
cookbooks/devices/templates/default/udev.rules.erb

index 2ac6e431f5746d4555e08b413b30a5145a1eb607..8ac2886c2614a24dc5ddbc3abc73f7252fd27693 100644 (file)
@@ -85,6 +85,8 @@ SUBSYSTEM=="net", ACTION=="add", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x1563
 SUBSYSTEM=="net", ACTION=="add", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x1586", RUN+="/sbin/ethtool -G $name rx 4096 tx 4096"
 # Ethernet controller: Intel Corporation Ethernet Controller X710 for 10GBASE-T
 SUBSYSTEM=="net", ACTION=="add", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x15ff", RUN+="/sbin/ethtool -G $name rx 4096 tx 4096"
+# Ethernet controller: Intel Corporation Ethernet Connection I354 (rev 03)
+SUBSYSTEM=="net", ACTION=="add", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x1f41", RUN+="/sbin/ethtool -G $name rx 4096 tx 4096"
 # Ethernet controller: Intel Corporation Ethernet Connection X722 for 10GBASE-T
 SUBSYSTEM=="net", ACTION=="add", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x37d2", RUN+="/sbin/ethtool -G $name rx 4096 tx 4096"