From 38e21db24b41c4f0ea7fbbbcfe478ae4bc7f8447 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 9 May 2026 07:59:11 +0200 Subject: 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. --- smoketest/scripts/system/test_module_load.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smoketest/scripts/system') 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"], -- cgit v1.2.3