diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-17 20:34:47 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-17 20:37:20 +0100 |
commit | 7a40369f8b2db60be031e98271b1915e7dd6041b (patch) | |
tree | 9db71c50bed9611c1bbcb64b74e5bde90500a0c0 /data | |
parent | ab6d2763264423de4d02dc5b6aa48fe00eb8bf68 (diff) | |
download | vyos-build-7a40369f8b2db60be031e98271b1915e7dd6041b.tar.gz vyos-build-7a40369f8b2db60be031e98271b1915e7dd6041b.zip |
Kernel: T3218: remove unavailable RSS parameter from intel driver options
This is a roundup commit to ("160b3a9 - Kernel: T3218: drop dependency on Intel
out-of-tree modules") as the in-tree drivers do not support this option, they
always use the maximum available number.
(cherry picked from commit f97f4aca4066e288b2cb13678244ea25c16602ee)
Diffstat (limited to 'data')
-rw-r--r-- | data/live-build-config/includes.chroot/etc/modprobe.d/igb-options.conf | 1 | ||||
-rw-r--r-- | data/live-build-config/includes.chroot/etc/modprobe.d/ixgbe-options.conf | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/data/live-build-config/includes.chroot/etc/modprobe.d/igb-options.conf b/data/live-build-config/includes.chroot/etc/modprobe.d/igb-options.conf deleted file mode 100644 index 6814d880..00000000 --- a/data/live-build-config/includes.chroot/etc/modprobe.d/igb-options.conf +++ /dev/null @@ -1 +0,0 @@ -options igb RSS=0,0,0,0,0,0,0,0 diff --git a/data/live-build-config/includes.chroot/etc/modprobe.d/ixgbe-options.conf b/data/live-build-config/includes.chroot/etc/modprobe.d/ixgbe-options.conf index 14921281..79b97aea 100644 --- a/data/live-build-config/includes.chroot/etc/modprobe.d/ixgbe-options.conf +++ b/data/live-build-config/includes.chroot/etc/modprobe.d/ixgbe-options.conf @@ -1 +1 @@ -options ixgbe allow_unsupported_sfp=1 RSS=0,0,0,0,0,0,0,0 +options ixgbe allow_unsupported_sfp=1 |