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:
0565326
)
* Fix build breakage on XT3 introduced earlier today
author
pjkirner
<pjkirner>
Thu, 29 Sep 2005 20:55:13 +0000
(20:55 +0000)
committer
pjkirner
<pjkirner>
Thu, 29 Sep 2005 20:55:13 +0000
(20:55 +0000)
lnet/klnds/ptllnd/ptllnd.h
patch
|
blob
|
history
diff --git
a/lnet/klnds/ptllnd/ptllnd.h
b/lnet/klnds/ptllnd/ptllnd.h
index
9806bc4
..
c0fa145
100755
(executable)
--- a/
lnet/klnds/ptllnd/ptllnd.h
+++ b/
lnet/klnds/ptllnd/ptllnd.h
@@
-94,6
+94,17
@@
/* Diffrent error types on Cray Portals*/
#define ptl_err_t ptl_ni_fail_t
+
+/*
+ * *** TEMPORARY UNTIL I GET CONFIRMATION FROM CRAY ***
+ *
+ * It looks like there is no maxum number of IOVs for
+ * Cray Portals. We only really require that the underyling
+ * implemenation be >= LNET_MAX_IOV, so simply set that here
+ *
+ */
+#define PTL_MD_MAX_IOV LNET_MAX_IOV
+
#endif
#if CONFIG_SMP