index 280cede..6c3ad9e 100644 --- a/src/mpid/ch3/channels/common/src/detect/hca/mv2_hca_detect.c +++ b/src/mpid/ch3/channels/common/src/detect/hca/mv2_hca_detect.c @@ -228,6 +228,8 @@ const float get_link_speed(uint8_t speed) case 16: return 14.0; /* FDR */ case 32: return 25.0; /* EDR */ case 64: return 50.0; /* HDR */ + case 128: return 100.0; /* NDR */ + case 256: return 200.0; default: PRINT_ERROR("Invalid link speed %u\n", speed); return 0; /* Invalid speed */