Commit 79e1c3f2 authored by Alexey Marchuk's avatar Alexey Marchuk Committed by Ben Walker
Browse files

test/nvmf: Add more Nvidia NIC IDs



Even though these NICs are not used by Community CI,
all tests fail if to run on a system with
CX6 Dx, CX7, BF2 and BF3.

Signed-off-by: default avatarAlexey Marchuk <alexeymar@nvidia.com>
Change-Id: I23aaf8ddbc5b165f0a4372108d1f4b34f0b2ccf7
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17166


Reviewed-by: default avatarShuhei Matsumoto <smatsumoto@nvidia.com>
Reviewed-by: default avatarKarol Latecki <karol.latecki@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent 0de1c215
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
#  SPDX-License-Identifier: BSD-3-Clause
#  Copyright (C) 2016 Intel Corporation
#  Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES
#  All rights reserved.
#

@@ -293,6 +294,14 @@ function gather_supported_nvmf_pci_devs() {
	e810+=(${pci_bus_cache["$intel:0x159b"]})
	# X722 10G
	x722+=(${pci_bus_cache["$intel:0x37d2"]})
	# BlueField 3
	mlx+=(${pci_bus_cache["$mellanox:0xa2dc"]})
	# ConnectX-7
	mlx+=(${pci_bus_cache["$mellanox:0x1021"]})
	# BlueField 2
	mlx+=(${pci_bus_cache["$mellanox:0xa2d6"]})
	# ConnectX-6 Dx
	mlx+=(${pci_bus_cache["$mellanox:0x101d"]})
	# ConnectX-5
	mlx+=(${pci_bus_cache["$mellanox:0x1017"]})
	mlx+=(${pci_bus_cache["$mellanox:0x1019"]})