summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorMajd Dibbiny <majd@mellanox.com>2016-04-17 17:19:34 +0300
committerDoug Ledford <dledford@redhat.com>2016-05-13 19:40:27 -0400
commit0b24e5ac93c2d0792ba8604e9f64e0b564d5f23e (patch)
tree0e793fd248056bf1b2038ad63da2b775f03f1136 /include/uapi
parent73fbb4db6cf3682f12b68a64040897fe226fd409 (diff)
downloadop-kernel-dev-0b24e5ac93c2d0792ba8604e9f64e0b564d5f23e.zip
op-kernel-dev-0b24e5ac93c2d0792ba8604e9f64e0b564d5f23e.tar.gz
IB/core: Add extended device capability flags
Since all the uverbs device_cap_flags are occupied, we need a place to expose more device capabilities. This patch adds a new 64 bit device_cap_flags_ex to expose new device capabilities. The lower 32 bits will be identical to the original device_cap_flags, The upper 32 bits will be new capabilities. Signed-off-by: Majd Dibbiny <majd@mellanox.com> Signed-off-by: Matan Barak <matanb@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/rdma/ib_user_verbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/rdma/ib_user_verbs.h b/include/uapi/rdma/ib_user_verbs.h
index 8126c14..b6543d7 100644
--- a/include/uapi/rdma/ib_user_verbs.h
+++ b/include/uapi/rdma/ib_user_verbs.h
@@ -226,6 +226,7 @@ struct ib_uverbs_ex_query_device_resp {
struct ib_uverbs_odp_caps odp_caps;
__u64 timestamp_mask;
__u64 hca_core_clock; /* in KHZ */
+ __u64 device_cap_flags_ex;
};
struct ib_uverbs_query_port {
OpenPOWER on IntegriCloud