summaryrefslogtreecommitdiffstats
path: root/include/rdma
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2005-10-14 23:00:58 +0200
committerRoland Dreier <rolandd@cisco.com>2005-10-18 00:20:30 +0200
commit883a99c7024c5763d6d4f22d9239c133893e8d74 (patch)
tree659a7982a51d0ba187dac826a5b1e5ef319692fd /include/rdma
parent[IB] fail SA queries if device initialization failed (diff)
downloadlinux-883a99c7024c5763d6d4f22d9239c133893e8d74.tar.xz
linux-883a99c7024c5763d6d4f22d9239c133893e8d74.zip
[IB] uverbs: Add a mask of device methods allowed for userspace
Give each device a uverbs_cmd_mask, so that a low-level driver can control which methods may be called on behalf of userspace. Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/ib_verbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index d13f25a78192..a5a963cb5676 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -951,6 +951,7 @@ struct ib_device {
IB_DEV_UNREGISTERED
} reg_state;
+ u64 uverbs_cmd_mask;
int uverbs_abi_ver;
u8 node_type;