From d90837f84fc2ec654c1fc2b65cbfe512512c7264 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Tue, 27 Jul 2010 22:17:06 +0000 Subject: [PATCH] winverbs: define cachable memory access flag Define a flag that can indicate if memory registration is allowed to be cachable. Signed-off-by: Sean Hefty git-svn-id: svn://openib.tc.cornell.edu/gen1@2852 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/inc/user/rdma/winverbs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/trunk/inc/user/rdma/winverbs.h b/trunk/inc/user/rdma/winverbs.h index 12542a56..933fe7a3 100644 --- a/trunk/inc/user/rdma/winverbs.h +++ b/trunk/inc/user/rdma/winverbs.h @@ -1,5 +1,6 @@ /* - * Copyright (c) 1996-2008 Intel Corporation. All rights reserved. + * Copyright (c) 1996-2010 Intel Corporation. All rights reserved. + * Copyright (c) 2010 Microsoft Corporation. All rights reserved. * * This software is available to you under the OpenIB.org BSD license * below: @@ -252,6 +253,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 -- 2.41.0