http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
251926f
)
[infiniband] Send CM requests to target node's GSI rather than SM's GSI
author
Michael Brown
<mcb30@etherboot.org>
Fri, 16 Oct 2009 17:20:55 +0000
(18:20 +0100)
committer
Michael Brown
<mcb30@etherboot.org>
Fri, 16 Oct 2009 22:03:47 +0000
(23:03 +0100)
src/net/infiniband/ib_cm.c
patch
|
blob
|
history
diff --git
a/src/net/infiniband/ib_cm.c
b/src/net/infiniband/ib_cm.c
index
30a3691
..
ebe65b3
100644
(file)
--- a/
src/net/infiniband/ib_cm.c
+++ b/
src/net/infiniband/ib_cm.c
@@
-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",