]> git.openstreetmap.org Git - chef.git/commitdiff
device: udev eth ring rule for 8086:10fb
authorGrant Slater <git@firefishy.com>
Mon, 4 Jan 2021 01:32:24 +0000 (01:32 +0000)
committerGrant Slater <git@firefishy.com>
Mon, 4 Jan 2021 01:32:24 +0000 (01:32 +0000)
cookbooks/devices/templates/default/udev.rules.erb

index 8ac2886c2614a24dc5ddbc3abc73f7252fd27693..2c687566ceae531e237a6d4c5a76a9baa13fbcfb 100644 (file)
@@ -67,6 +67,8 @@ SUBSYSTEM=="net", ACTION=="add", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x10d3
 SUBSYSTEM=="net", ACTION=="add", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x10f6", RUN+="/usr/local/bin/fixeep-82574_83.sh $name"
 SUBSYSTEM=="net", ACTION=="add", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x150c", RUN+="/usr/local/bin/fixeep-82574_83.sh $name"
 
+# Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection
+SUBSYSTEM=="net", ACTION=="add", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x10fb", RUN+="/sbin/ethtool -G $name rx 4096 tx 4096"
 # Ethernet controller: Intel Corporation 82580 Gigabit Network Connection
 SUBSYSTEM=="net", ACTION=="add", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x150e", RUN+="/sbin/ethtool -G $name rx 4096 tx 4096"
 # Ethernet controller: Intel Corporation I350 Gigabit Network Connection