]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
winverbs: define cachable memory access flag
authorSean Hefty <sean.hefty@intel.com>
Tue, 27 Jul 2010 22:17:06 +0000 (22:17 +0000)
committerSean Hefty <sean.hefty@intel.com>
Tue, 27 Jul 2010 22:17:06 +0000 (22:17 +0000)
Define a flag that can indicate if memory registration is
allowed to be cachable.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@2852 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/inc/user/rdma/winverbs.h

index 12542a56f871195277d3ea6b5c7887f1a99b3648..933fe7a30dd5f2ec00e24d29602e63b46414d0b3 100644 (file)
@@ -1,5 +1,6 @@
 /*\r
- * Copyright (c) 1996-2008 Intel Corporation. All rights reserved.\r
+ * Copyright (c) 1996-2010 Intel Corporation. All rights reserved.\r
+ * Copyright (c) 2010 Microsoft Corporation.  All rights reserved.\r
  *\r
  * This software is available to you under the OpenIB.org BSD license\r
  * below:\r
@@ -252,6 +253,7 @@ typedef struct _WV_MEMORY_KEYS
 #define WV_ACCESS_REMOTE_ATOMIC                        0x00000004\r
 #define WV_ACCESS_LOCAL_WRITE                  0x00000008\r
 #define WV_ACCESS_MW_BIND                              0x00000010\r
+#define WV_ACCESS_CACHABLE                             0x00000020\r
 \r
 // Send queue operation flags\r
 #define WV_SEND_IMMEDIATE                              0x00000001\r