Skip to content

Commit 1a43fda

Browse files
authored
Merge pull request #10784 from shasson5/cx9
UCT/IB: add CX9 to spec list
2 parents 4f3d324 + ee882f6 commit 1a43fda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/uct/ib/base/ib_device.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ static uct_ib_device_spec_t uct_ib_builtin_device_specs[] = {
184184
{"ConnectX-8", {0x15b3, 4131},
185185
UCT_IB_DEVICE_FLAG_MELLANOX | UCT_IB_DEVICE_FLAG_MLX5_PRM |
186186
UCT_IB_DEVICE_FLAG_DC_V2, 80},
187+
{"ConnectX-9", {0x15b3, 4133},
188+
UCT_IB_DEVICE_FLAG_MELLANOX | UCT_IB_DEVICE_FLAG_MLX5_PRM |
189+
UCT_IB_DEVICE_FLAG_DC_V2, 90},
187190
{"BlueField", {0x15b3, 0xa2d2},
188191
UCT_IB_DEVICE_FLAG_MELLANOX | UCT_IB_DEVICE_FLAG_MLX5_PRM |
189192
UCT_IB_DEVICE_FLAG_DC_V2, 41},

0 commit comments

Comments
 (0)