From cee9c214c71cffb6eafc7a50b002976dd10489fd Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 9 Jul 2007 20:09:31 +0000 Subject: [PATCH] Update the vendor ID list to include HP (0x1708). Thanks to Peter Kjellstrom for pointing this out. This commit was SVN r15316. --- .../btl/openib/mca-btl-openib-hca-params.ini | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/ompi/mca/btl/openib/mca-btl-openib-hca-params.ini b/ompi/mca/btl/openib/mca-btl-openib-hca-params.ini index f87bdb6d11..0a155f9198 100644 --- a/ompi/mca/btl/openib/mca-btl-openib-hca-params.ini +++ b/ompi/mca/btl/openib/mca-btl-openib-hca-params.ini @@ -25,7 +25,9 @@ # vendor_id: a comma-delimited list of integers of HCA vendor IDs, # expressed either in decimal or hexidecimal (e.g., "13" or "0xd"). # Individual values can be taken directly from the output of -# "ibv_devinfo". Example: +# "ibv_devinfo". HCA vendor ID's correspond to IEEE OUI's, for which +# you can find the canonical list here: +# http://standards.ieee.org/regauth/oui/. Example: # # vendor_id = 0x05ad @@ -72,12 +74,13 @@ mtu = 1024 # Several vendors resell Mellanox hardware and put their own firmware # on the cards, therefore overriding the default Mellanox vendor ID. # -# Mellanox 0x2c9 -# Cisco 0x5ad -# Silverstorm 0x66a -# Voltaire 0x8f1 +# Mellanox 0x02c9 +# Cisco 0x05ad +# Silverstorm 0x066a +# Voltaire 0x08f1 +# HP 0x1708 # -vendor_id = 0x2c9,0x5ad,0x66a,0x8f1 +vendor_id = 0x2c9,0x5ad,0x66a,0x8f1,0x1708 vendor_part_id = 23108 use_eager_rdma = 1 mtu = 1024 @@ -85,7 +88,7 @@ mtu = 1024 ############################################################################ [Mellanox Arbel InfiniHost III MemFree/Tavor] -vendor_id = 0x2c9,0x5ad,0x66a,0x8f1 +vendor_id = 0x2c9,0x5ad,0x66a,0x8f1,0x1708 vendor_part_id = 25208,25218 use_eager_rdma = 1 mtu = 1024 @@ -93,7 +96,7 @@ mtu = 1024 ############################################################################ [Mellanox Sinai Infinihost III] -vendor_id = 0x2c9,0x5ad,0x66a,0x8f1 +vendor_id = 0x2c9,0x5ad,0x66a,0x8f1,0x1708 vendor_part_id = 25204 use_eager_rdma = 1 mtu = 2048 @@ -102,7 +105,7 @@ mtu = 2048 # A.k.a. ConnectX [Mellanox Hermon] -vendor_id = 0x2c9,0x5ad,0x66a,0x8f1 +vendor_id = 0x2c9,0x5ad,0x66a,0x8f1,0x1708 vendor_part_id = 25408,25418,25428 use_eager_rdma = 1 mtu = 2048