From c9f3f2c68213ebc8f324866f6d3e28f08ab64422 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 13 Aug 2008 18:35:37 +0000 Subject: [PATCH] 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. --- ompi/mca/btl/openib/mca-btl-openib-device-params.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ompi/mca/btl/openib/mca-btl-openib-device-params.ini b/ompi/mca/btl/openib/mca-btl-openib-device-params.ini index 34de8e0561..84b2b3bb66 100644 --- a/ompi/mca/btl/openib/mca-btl-openib-device-params.ini +++ b/ompi/mca/btl/openib/mca-btl-openib-device-params.ini @@ -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