From 3704b949fa45989ddfcd1c92c5bb1d5dee3aeb03 Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Mon, 4 Mar 2019 10:04:25 -0700 Subject: [PATCH] test/nvmf: detect a subclass of Chelsio NICs This automates the process of probing some RDMA capable Chelsio NICs Change-Id: I1ef52ffd899d4cbd1ace65037c8acf0be099adae Signed-off-by: Seth Howell Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/446968 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 6adf34eed..472c7af17 100755 --- a/test/nvmf/common.sh +++ b/test/nvmf/common.sh @@ -81,6 +81,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" + detect_nics_and_probe_drivers "Chelsio" "Unified Wire" "cxgb4" "iw_cxgb4" if [ "$have_pci_nics" -eq "0" ]; then return 0