Skip to content

Commit a563cae

Browse files
authored
Merge pull request #5253 from PeterGottesman/pr/v2.x/add-roce-hca
V2.x: Fix openib support for RoCE HCA
2 parents e3548f6 + 064e192 commit a563cae

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

opal/mca/btl/openib/mca-btl-openib-device-params.ini

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,11 @@ use_eager_rdma = 1
234234
mtu = 4096
235235
max_inline_data = 0
236236

237+
[QLogic FastLinQ QL41000]
238+
vendor_id = 0x1077
239+
vendor_part_id = 32880
240+
receive_queues = P,65536,64
241+
237242
############################################################################
238243

239244
# Chelsio's OUI is 0x0743. 0x1425 is the PCI ID.
@@ -324,3 +329,15 @@ use_eager_rdma = 1
324329
mtu = 2048
325330
receive_queues = P,65536,64
326331
max_inline_data = 72
332+
333+
############################################################################
334+
335+
# Broadcom NetXtreme-E RDMA Ethernet Controller
336+
337+
[Broadcom Cumulus]
338+
vendor_id = 0x14e4
339+
vendor_part_id = 0x16d7
340+
use_eager_rdma = 1
341+
mtu = 1024
342+
receive_queues = P,65536,256,192,128
343+
max_inline_data = 96

0 commit comments

Comments
 (0)