1
1

From Ralph Campbell at QLogic:

Roland noticed that the QLogic HCA driver was using the PCIe vendor ID
for the ibv_query_device so the IEEE OUI value is now used. This means
the config file should recognize the vendor ID value 0x1175 too.

This commit was SVN r19277.
Этот коммит содержится в:
Jeff Squyres 2008-08-13 18:35:37 +00:00
родитель 3e2a3db887
Коммит c9f3f2c682

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

@ -158,13 +158,13 @@ receive_queues = P,128,256,192,128:P,65536,256,192,128
# 0x1fc1 and 0x1077 are PCI ID's; at least one of QL's OUIs is 0x1175
[QLogic InfiniPath 1]
vendor_id = 0x1fc1
vendor_id = 0x1fc1,0x1077,0x1175
vendor_part_id = 13
use_eager_rdma = 1
mtu = 2048
[QLogic InfiniPath 2]
vendor_id = 0x1fc1,0x1077
vendor_id = 0x1fc1,0x1077,0x1175
vendor_part_id = 16,29216
use_eager_rdma = 1
mtu = 4096