X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2Finclude%2Flnet%2Flib-types.h;h=ff93f872d520b21e64ed4cbb6c66500d35b63569;hb=959304eac7ec5b156b4bfa57f47cbbf9ef3c8315;hp=0df6857d89573d4d400c657f7b140fa23bbba3f0;hpb=c65eabc2b1136d6bc2cf2d86d6434d5b4ad300e7;p=fs%2Flustre-release.git diff --git a/lnet/include/lnet/lib-types.h b/lnet/include/lnet/lib-types.h index 0df6857..ff93f87 100644 --- a/lnet/include/lnet/lib-types.h +++ b/lnet/include/lnet/lib-types.h @@ -141,8 +141,6 @@ struct lnet_msg { enum lnet_msg_hstatus msg_health_status; /* This is a recovery message */ bool msg_recovery; - /* force an RDMA even if the message size is < 4K */ - bool msg_rdma_force; /* the number of times a transmission has been retried */ int msg_retry_count; /* flag to indicate that we do not want to resend this message */ @@ -248,6 +246,7 @@ struct lnet_libmd { */ #define LNET_MD_FLAG_HANDLING BIT(3) #define LNET_MD_FLAG_DISCARD BIT(4) +#define LNET_MD_FLAG_GPU BIT(5) /**< Special mapping needs */ struct lnet_test_peer { /* info about peers we are trying to fail */