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 /data/live-build-config/includes.chroot/etc/modprobe.d/ixgbe-options.conf | |
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.
Diffstat (limited to 'data/live-build-config/includes.chroot/etc/modprobe.d/ixgbe-options.conf')
-rw-r--r-- | data/live-build-config/includes.chroot/etc/modprobe.d/ixgbe-options.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |