* Removed ref in lustre_net.h to lib-types.h and simplified how
PTLRPC_MAX_BRW_{SIZE,PAGES} are defined.
#define PTL_PROTO_TCP_VERSION_MAJOR 1
#define PTL_PROTO_TCP_VERSION_MINOR 0
-/* limit on the number of entries in discontiguous MDs */
-#define PTL_MTU (1<<20)
-#define PTL_MD_MAX_IOV 256
-
/* Acceptor connection request */
typedef struct {
__u32 acr_magic; /* PTL_ACCEPTOR_PROTO_MAGIC */
lnet_handle_eq_t eq_handle;
} lnet_md_t;
+/* Max message size */
+#define PTL_MTU (1<<20)
+/* limit on the number of entries in discontiguous MDs */
+#define PTL_MD_MAX_IOV 256
+
/* Options for the MD structure */
#define LNET_MD_OP_PUT (1 << 0)
#define LNET_MD_OP_GET (1 << 1)