Also, add some PerfMgt ClassPortInfo CapabilityMask bit definitions

Signed-off-by: Hal Rosenstock <[email protected]>

---
diff --git a/opensm/include/iba/ib_types.h b/opensm/include/iba/ib_types.h
index 780246c..205d160 100644
--- a/opensm/include/iba/ib_types.h
+++ b/opensm/include/iba/ib_types.h
@@ -1029,6 +1029,18 @@ static inline boolean_t OSM_API ib_class_is_rmpp(IN 
const uint8_t class_code)
 #define IB_MAD_ATTR_PORT_CNTRS                         (CL_HTON16(0x0012))
 /**********/
 
+/****d* IBA Base: Constants/IB_MAD_ATTR_PORT_CNTRS_EXT
+* NAME
+*       IB_MAD_ATTR_PORT_CNTRS_EXT
+*
+* DESCRIPTION
+*       PortCountersExtended attribute (16.1.4)
+*
+* SOURCE
+*/
+#define IB_MAD_ATTR_PORT_CNTRS_EXT                     (CL_HTON16(0x001D))
+/**********/
+
 /****d* IBA Base: Constants/IB_MAD_ATTR_GUID_INFO
 * NAME
 *      IB_MAD_ATTR_GUID_INFO
@@ -3244,7 +3256,6 @@ ib_path_rec_hop_limit(IN const ib_path_rec_t * const 
p_rec)
 *
 * DESCRIPTION
 *      IBA defined ClassPortInfo attribute (13.4.8.1)
-*      route between two end-points on a subnet.
 *
 * SYNOPSIS
 */
@@ -3327,6 +3338,10 @@ typedef struct _ib_class_port_info {
 *
 *********/
 
+#define IB_PM_ALL_PORT_SELECT                  (CL_HTON16(((uint16_t)1)<<8))
+#define IB_PM_EXT_WIDTH_SUPPORTED              (CL_HTON16(((uint16_t)1)<<9))
+#define IB_PM_EXT_WIDTH_NOIETF_SUP             (CL_HTON16(((uint16_t)1)<<10))
+
 /****f* IBA Base: Types/ib_class_set_resp_time_val
 * NAME
 *      ib_class_set_resp_time_val
_______________________________________________
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

Reply via email to