diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-05-09 07:59:11 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-05-11 21:27:16 +0200 |
| commit | 38e21db24b41c4f0ea7fbbbcfe478ae4bc7f8447 (patch) | |
| tree | 6d9f7f01d4d21c69566639cccbac0e6801b8dbea | |
| parent | bdd0ed181e7b6515398462abc07390dabb50b68e (diff) | |
| download | vyos-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.
| -rwxr-xr-x | smoketest/scripts/system/test_module_load.py | 2 |
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"], |
