Skip to content

Commit e463614

Browse files
authored
Merge pull request #10785 from shasson5/cx9.1
UCT/IB: add CX9 to spec list - v1.19
2 parents 13ae265 + 731bab0 commit e463614

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
@@ -182,6 +182,9 @@ static uct_ib_device_spec_t uct_ib_builtin_device_specs[] = {
182182
{"ConnectX-8", {0x15b3, 4131},
183183
UCT_IB_DEVICE_FLAG_MELLANOX | UCT_IB_DEVICE_FLAG_MLX5_PRM |
184184
UCT_IB_DEVICE_FLAG_DC_V2, 80},
185+
{"ConnectX-9", {0x15b3, 4133},
186+
UCT_IB_DEVICE_FLAG_MELLANOX | UCT_IB_DEVICE_FLAG_MLX5_PRM |
187+
UCT_IB_DEVICE_FLAG_DC_V2, 90},
185188
{"BlueField", {0x15b3, 0xa2d2},
186189
UCT_IB_DEVICE_FLAG_MELLANOX | UCT_IB_DEVICE_FLAG_MLX5_PRM |
187190
UCT_IB_DEVICE_FLAG_DC_V2, 41},

0 commit comments

Comments
 (0)