mirror of https://github.com/ipxe/ipxe.git
[infiniband] Send CM requests to target node's GSI rather than SM's GSI
parent
251926f631
commit
224ef7f483
|
@ -310,7 +310,9 @@ static void ib_cm_path_complete ( struct ib_device *ibdev,
|
||||||
private_data_len );
|
private_data_len );
|
||||||
|
|
||||||
/* Create connection request */
|
/* 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 );
|
&ib_cm_req_op );
|
||||||
if ( ! conn->madx ) {
|
if ( ! conn->madx ) {
|
||||||
DBGC ( conn, "CM %p could not create connection request\n",
|
DBGC ( conn, "CM %p could not create connection request\n",
|
||||||
|
|
Loading…
Reference in New Issue