1
1

Merge pull request #5244 from nmorey/dev/master/roce-hcas

Fix openib support for RoCE HCA
Этот коммит содержится в:
Jeff Squyres 2018-06-07 15:03:40 -04:00 коммит произвёл GitHub
родитель 63ded4d083 038ceb0b61
Коммит caaf008179
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -234,6 +234,11 @@ use_eager_rdma = 1
mtu = 4096
max_inline_data = 0
[QLogic FastLinQ QL41000]
vendor_id = 0x1077
vendor_part_id = 32880
receive_queues = P,65536,64
############################################################################
# Chelsio's OUI is 0x0743. 0x1425 is the PCI ID.
@ -324,3 +329,15 @@ use_eager_rdma = 1
mtu = 2048
receive_queues = P,65536,64
max_inline_data = 72
############################################################################
# Broadcom NetXtreme-E RDMA Ethernet Controller
[Broadcom Cumulus]
vendor_id = 0x14e4
vendor_part_id = 0x16d7
use_eager_rdma = 1
mtu = 1024
receive_queues = P,65536,256,192,128
max_inline_data = 96