[ofw] [PATCH] opensm - vendor IBAL
Smith, Stan
stan.smith at intel.com
Thu May 20 12:43:32 PDT 2010
Support method IB_MAD_METHOD_GETMULTI for correct osmtest operation.
signed-off-by: stan smith <stan.smith at intel.com>
--- a/ulp/opensm/user/libvendor/osm_vendor_al.c Thu May 20 12:00:19 2010
+++ b/ulp/opensm/user/libvendor/osm_vendor_al.c Thu May 20 11:50:26 2010
@@ -1139,11 +1139,16 @@
mad_svc.mgmt_class = p_user_bind->mad_class;
mad_svc.mgmt_version = p_user_bind->class_version;
mad_svc.support_unsol = p_user_bind->is_responder;
+
mad_svc.method_array[IB_MAD_METHOD_GET] = TRUE;
mad_svc.method_array[IB_MAD_METHOD_SET] = TRUE;
mad_svc.method_array[IB_MAD_METHOD_DELETE] = TRUE;
mad_svc.method_array[IB_MAD_METHOD_TRAP] = TRUE;
mad_svc.method_array[IB_MAD_METHOD_GETTABLE] = TRUE;
+
+#ifdef DUAL_SIDED_RMPP
+ mad_svc.method_array[IB_MAD_METHOD_GETMULTI] = TRUE;
+#endif
status = ib_reg_mad_svc(
More information about the ofw
mailing list