Whamcloud - gitweb
* Adjusted comment on PTL_MD_MAX_IOV now that I've got confirmation from Cray on...
authorpjkirner <pjkirner>
Fri, 30 Sep 2005 13:07:52 +0000 (13:07 +0000)
committerpjkirner <pjkirner>
Fri, 30 Sep 2005 13:07:52 +0000 (13:07 +0000)
lnet/klnds/ptllnd/ptllnd.h

index c0fa145..812b2f5 100755 (executable)
 
 
 /*
- * *** 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
+ * The Cray Portals has no maximum number of IOVs.  The
+ * maximum is limited only my memory and size of the 
+ * int parameters (2^31-1).
+ * Lustre only really require that the underyling
+ * implemenation to support at least LNET_MAX_IOV, 
+ * so for Cray portals we can safely just use that
+ * value here.
  *
  */
 #define PTL_MD_MAX_IOV          LNET_MAX_IOV