Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd1cc9d
)
Branch b1_x_lnet_gate
author
liangzhen
<liangzhen>
Fri, 1 Aug 2008 04:09:39 +0000
(
04:09
+0000)
committer
liangzhen
<liangzhen>
Fri, 1 Aug 2008 04:09:39 +0000
(
04:09
+0000)
Remove OFED version checking, add checking for specific API
b=14988
i=isaac
lnet/klnds/o2iblnd/o2iblnd.c
patch
|
blob
|
history
diff --git
a/lnet/klnds/o2iblnd/o2iblnd.c
b/lnet/klnds/o2iblnd/o2iblnd.c
index
9f0f7a1
..
4f18d69
100644
(file)
--- a/
lnet/klnds/o2iblnd/o2iblnd.c
+++ b/
lnet/klnds/o2iblnd/o2iblnd.c
@@
-739,7
+739,7
@@
kiblnd_create_conn (kib_peer_t *peer, struct rdma_cm_id *cmid, int state)
}
}
-#if
(IBLND_OFED_VERSION == 1025)
+#if
def HAVE_OFED_IB_COMP_VECTOR
cq = ib_create_cq(cmid->device,
kiblnd_cq_completion, kiblnd_cq_event, conn,
IBLND_CQ_ENTRIES(), 0);