Hi Hal 

This patch fixes a bug is __osmv_send_sa_req in libvendor.
After sending a MAD, the status of the responce was ignored.

Yevgeny 

Signed-off-by:  Yevgeny Kliteynik <[EMAIL PROTECTED]> 

Index: libvendor/osm_vendor_ibumad_sa.c
===================================================================
--- libvendor/osm_vendor_ibumad_sa.c    (revision 9500)
+++ libvendor/osm_vendor_ibumad_sa.c    (working copy)
@@ -606,6 +606,7 @@ __osmv_send_sa_req(
              "Waiting for async event\n" );
     cl_event_wait_on( &p_bind->sync_event, EVENT_NO_TIMEOUT, FALSE );
     cl_event_reset(&p_bind->sync_event);
+    status = p_madw->status;
   }

  Exit:



_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to