Whamcloud - gitweb
LU-56 lnet: Partitioned LNet resources (ME/MD/EQ)
[fs/lustre-release.git] / lnet / include / lnet / types.h
index 9f9cd8f..5a0270f 100644 (file)
@@ -159,8 +159,12 @@ typedef enum {
  * or after the last item in the list.
  */
 typedef enum {
-        LNET_INS_BEFORE,
-        LNET_INS_AFTER
+       /** insert ME before current position or head of the list */
+       LNET_INS_BEFORE,
+       /** insert ME after current position or tail of the list */
+       LNET_INS_AFTER,
+       /** attach ME at tail of local CPU partition ME list */
+       LNET_INS_LOCAL
 } lnet_ins_pos_t;
 
 /** @} lnet_me */