done in svn.commit 2805 Smith, Stan wrote: > Support method IB_MAD_METHOD_GETMULTI for correct osmtest operation. > > signed-off-by: stan smith <[email protected]> > > --- 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(
_______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
