]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[OPENSM] The SA client is certainly not a responder (it initiates queries)
authorsleybo <sleybo@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 24 Aug 2006 07:08:12 +0000 (07:08 +0000)
committersleybo <sleybo@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 24 Aug 2006 07:08:12 +0000 (07:08 +0000)
and for now not a report responder.
Fixing this makes SA client able to connect on same port the SM is
attached to.

git-svn-id: svn://openib.tc.cornell.edu/gen1@462 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/ulp/opensm/user/libvendor/osm_vendor_mlx_sa.c

index f432df672cd62ce7113779374efa7e219c26dc07..f17583d753871df8ef0bfb2a211b6bb77028fa76 100644 (file)
@@ -348,9 +348,9 @@ osmv_bind_sa(
   bind_info.port_guid = port_guid;
   bind_info.mad_class = IB_MCLASS_SUBN_ADM;
   bind_info.class_version = 2;
-  bind_info.is_responder = TRUE;
+  bind_info.is_responder = FALSE;
   bind_info.is_trap_processor = FALSE;
-  bind_info.is_report_processor = TRUE;
+  bind_info.is_report_processor = FALSE;
   bind_info.send_q_size = 256;
   bind_info.recv_q_size = 256;