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:34:47 +0100 |
commit | f97f4aca4066e288b2cb13678244ea25c16602ee (patch) | |
tree | c6de4aa0232bf61e91ff6b1031499b77c8c0fc85 | |
parent | dc1526e8b26b8e80f94497552503a17e70db8bdb (diff) | |
download | vyos-build-f97f4aca4066e288b2cb13678244ea25c16602ee.tar.gz vyos-build-f97f4aca4066e288b2cb13678244ea25c16602ee.zip |
Kernel: T3218: remove unavailable RSS parameter from intel driver options
This is a roundup commit to ae2279e ("Kernel: no longer build Intel out-of-tree
NIC drivers") as the in-tree drivers do not support this option, the always use
the maximum available number.
-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 |