X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre_net.h;h=287eec26ecf083f615859c4d5872b65f62da2e51;hb=959304eac7ec5b156b4bfa57f47cbbf9ef3c8315;hp=fa7617cf7ffc8f2892ee1cf4ba425dff1a345c4c;hpb=c65eabc2b1136d6bc2cf2d86d6434d5b4ad300e7;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_net.h b/lustre/include/lustre_net.h index fa7617c..287eec2 100644 --- a/lustre/include/lustre_net.h +++ b/lustre/include/lustre_net.h @@ -1368,7 +1368,9 @@ struct ptlrpc_bulk_desc { /** completed with failure */ unsigned long bd_failure:1; /** client side */ - unsigned long bd_registered:1; + unsigned long bd_registered:1, + /* bulk request is RDMA transfer, use page->host as real address */ + bd_is_rdma:1; /** For serialization with callback */ spinlock_t bd_lock; /** {put,get}{source,sink}{kvec,kiov} */