Whamcloud - gitweb
LU-10157 lnet: make LNET_MAX_IOV dependent on page size
[fs/lustre-release.git] / lnet / include / uapi / linux / lnet / lnet-types.h
index 4daa0be..f30f284 100644 (file)
@@ -515,9 +515,6 @@ struct lnet_md {
 #define LNET_MTU_BITS  20
 #define LNET_MTU       (1 << LNET_MTU_BITS)
 
-/** limit on the number of fragments in discontiguous MDs */
-#define LNET_MAX_IOV   256
-
 /**
  * Options for the MD structure. See struct lnet_md::options.
  */