summaryrefslogtreecommitdiff
path: root/smoketest/scripts
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-05-09 07:59:11 +0200
committerChristian Breunig <christian@breunig.cc>2026-05-11 21:27:16 +0200
commit38e21db24b41c4f0ea7fbbbcfe478ae4bc7f8447 (patch)
tree6d9f7f01d4d21c69566639cccbac0e6801b8dbea /smoketest/scripts
parentbdd0ed181e7b6515398462abc07390dabb50b68e (diff)
downloadvyos-1x-38e21db24b41c4f0ea7fbbbcfe478ae4bc7f8447.tar.gz
vyos-1x-38e21db24b41c4f0ea7fbbbcfe478ae4bc7f8447.zip
smoketest: T6847: probe for Intel I40E and IAVF Out-Of-Tree drivers
The Intel iavf driver (formerly i40evf) is the Linux virtual function driver for modern Intel Ethernet adapters supporting SR-IOV, including the X700/E800 series. Renamed to iavf to support future devices, it replaced i40evf entirely by 2019. The driver facilitates high-performance networking in virtualized environments.
Diffstat (limited to 'smoketest/scripts')
-rwxr-xr-xsmoketest/scripts/system/test_module_load.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/system/test_module_load.py b/smoketest/scripts/system/test_module_load.py
index 5570d74df..74cfdd663 100755
--- a/smoketest/scripts/system/test_module_load.py
+++ b/smoketest/scripts/system/test_module_load.py
@@ -19,7 +19,7 @@ from vyos.utils.process import cmd
modules = {
"intel": ["e1000", "e1000e", "igb", "ixgbe", "ixgbevf", "i40e",
- "i40evf", "iavf"],
+ "iavf", "ice"],
"intel_qat": ["qat_200xx", "qat_200xxvf", "qat_c3xxx", "qat_c3xxxvf",
"qat_c62x", "qat_c62xvf", "qat_d15xx", "qat_d15xxvf",
"qat_dh895xcc", "qat_dh895xccvf"],