Hi Sasha, Fixing a couple of wrong attribute descriptions in ib_types.h
Signed-off-by: Yevgeny Kliteynik <[EMAIL PROTECTED]> --- opensm/include/iba/ib_types.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opensm/include/iba/ib_types.h b/opensm/include/iba/ib_types.h index 6f3c400..e6bd9ee 100644 --- a/opensm/include/iba/ib_types.h +++ b/opensm/include/iba/ib_types.h @@ -974,7 +974,7 @@ static inline boolean_t OSM_API ib_class_is_rmpp(IN const uint8_t class_code) * IB_MAD_ATTR_PORT_SMPL_CTRL * * DESCRIPTION -* NodeDescription attribute (16.1.2) +* PortSamplesControl attribute (16.1.3) * * SOURCE */ @@ -998,7 +998,7 @@ static inline boolean_t OSM_API ib_class_is_rmpp(IN const uint8_t class_code) * IB_MAD_ATTR_PORT_SMPL_RSLT * * DESCRIPTION -* NodeInfo attribute (16.1.2) +* PortSamplesResult attribute (16.1.3) * * SOURCE */ @@ -1022,7 +1022,7 @@ static inline boolean_t OSM_API ib_class_is_rmpp(IN const uint8_t class_code) * IB_MAD_ATTR_PORT_CNTRS * * DESCRIPTION -* SwitchInfo attribute (16.1.2) +* PortCounters attribute (16.1.3) * * SOURCE */ -- 1.5.1.4 _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
