X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2Finclude%2Fuapi%2Flinux%2Flnet%2Flnet-types.h;h=5a2a2a0aa7450e9ed9741f2f51e777ed612a1b12;hb=959304eac7ec5b156b4bfa57f47cbbf9ef3c8315;hp=d7fce9d94ef7bd9f553e59bd39b5898ebec94490;hpb=c65eabc2b1136d6bc2cf2d86d6434d5b4ad300e7;p=fs%2Flustre-release.git diff --git a/lnet/include/uapi/linux/lnet/lnet-types.h b/lnet/include/uapi/linux/lnet/lnet-types.h index d7fce9d..5a2a2a0 100644 --- a/lnet/include/uapi/linux/lnet/lnet-types.h +++ b/lnet/include/uapi/linux/lnet/lnet-types.h @@ -467,6 +467,8 @@ struct lnet_md { #define LNET_MD_NO_TRACK_RESPONSE (1 << 11) /** See struct lnet_md::options. */ #define LNET_MD_GNILND (1 << 12) +/** Special page mapping handling */ +#define LNET_MD_GPU_ADDR (1 << 13) /** Infinite threshold on MD operations. See struct lnet_md::threshold */ #define LNET_MD_THRESH_INF (-1)