diff --git a/test/nvmf/common.sh b/test/nvmf/common.sh index aa6456f3de..6adf34eedf 100755 --- a/test/nvmf/common.sh +++ b/test/nvmf/common.sh @@ -80,6 +80,7 @@ function detect_pci_nics() detect_nics_and_probe_drivers "Mellanox" "ConnectX-4" "mlx4_core" "mlx4_ib" "mlx4_en" detect_nics_and_probe_drivers "Mellanox" "ConnectX-5" "mlx5_core" "mlx5_ib" + detect_nics_and_probe_drivers "Intel" "X722" "i40e" "i40iw" if [ "$have_pci_nics" -eq "0" ]; then return 0