Define a flag that can indicate if memory registration is allowed to be cachable.
Signed-off-by: Sean Hefty <[email protected]> --- trunk/inc/user/rdma/winverbs.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/trunk/inc/user/rdma/winverbs.h b/trunk/inc/user/rdma/winverbs.h index 12542a5..120f69f 100644 --- a/trunk/inc/user/rdma/winverbs.h +++ b/trunk/inc/user/rdma/winverbs.h @@ -252,6 +252,7 @@ typedef struct _WV_MEMORY_KEYS #define WV_ACCESS_REMOTE_ATOMIC 0x00000004 #define WV_ACCESS_LOCAL_WRITE 0x00000008 #define WV_ACCESS_MW_BIND 0x00000010 +#define WV_ACCESS_CACHABLE 0x00000020 // Send queue operation flags #define WV_SEND_IMMEDIATE 0x00000001 _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
