1
1
This commit was SVN r26614.
Этот коммит содержится в:
Yevgeny Kliteynik 2012-06-17 07:06:37 +00:00
родитель 9e0bb6ae28
Коммит df783c0472

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

@ -885,16 +885,16 @@ static int init_one_port(opal_list_t *btl_list, mca_btl_openib_device_t *device,
openib_btl->super.btl_bandwidth = 8000;
break;
case 8:
/* FDR10: 10 Gbps * 64/66, in megabits */
openib_btl->super.btl_bandwidth = 9700;
/* FDR10: 10.3125 Gbps * 64/66, in megabits */
openib_btl->super.btl_bandwidth = 10000;
break;
case 16:
/* FDR: 14 Gbps * 64/66, in megabits */
openib_btl->super.btl_bandwidth = 13600;
/* FDR: 14.0625 Gbps * 64/66, in megabits */
openib_btl->super.btl_bandwidth = 13636;
break;
case 32:
/* EDR: 25 Gbps * 64/66, in megabits */
openib_btl->super.btl_bandwidth = 24200;
/* EDR: 25.78125 Gbps * 64/66, in megabits */
openib_btl->super.btl_bandwidth = 25000;
break;
default:
/* Who knows? Declare this port unreachable (do