Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[infiniband] Send CM requests to target node's GSI rather than SM's GSI
  • Loading branch information
Michael Brown committed Oct 16, 2009
1 parent 251926f commit 224ef7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/net/infiniband/ib_cm.c
Expand Up @@ -310,7 +310,9 @@ static void ib_cm_path_complete ( struct ib_device *ibdev,
private_data_len );

/* Create connection request */
conn->madx = ib_create_madx ( ibdev, ibdev->gsi, &mad, NULL,
av->qpn = IB_QPN_GSI;
av->qkey = IB_QKEY_GSI;
conn->madx = ib_create_madx ( ibdev, ibdev->gsi, &mad, av,
&ib_cm_req_op );
if ( ! conn->madx ) {
DBGC ( conn, "CM %p could not create connection request\n",
Expand Down

0 comments on commit 224ef7f

Please sign in to comment.