From 4698f61bd68948dbde547577c271864e3b66e50b Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Fri, 1 Mar 2019 11:12:48 -0700 Subject: [PATCH] test/nvmf: add checks for X722 NICs Add the option to test with intel X722 NICs Change-Id: Icb439e43768eb397dac881c6cb6979b3426fa62e Signed-off-by: Seth Howell Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/446660 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- test/nvmf/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/nvmf/common.sh b/test/nvmf/common.sh index aa6456f3d..6adf34eed 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