[ofw] [PATCH 3/12] winverbs: define cachable memory access flag
Hefty, Sean
sean.hefty at intel.com
Tue Jul 27 00:57:48 PDT 2010
Define a flag that can indicate if memory registration is
allowed to be cachable.
Signed-off-by: Sean Hefty <sean.hefty at intel.com>
---
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
More information about the ofw
mailing list