aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYishai Hadas <yishaih@mellanox.com>2016-02-08 14:43:19 +0200
committerYishai Hadas <yishaih@mellanox.com>2016-05-17 16:40:14 +0300
commit6148efe68f5f3e5e767d309f2bb29149489c29b2 (patch)
treea63a687170ee3c98f5e771b3815df949055e2b38
parente437deed93c236fc241f806130b40087b9673fc4 (diff)
downloadlibibverbs-6148efe68f5f3e5e767d309f2bb29149489c29b2.tar.gz
Expose device capability for Memory Window type one
At that step Memory Window type one is ready to be used, exposing its device capability. Signed-off-by: Yishai Hadas <yishaih@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
-rw-r--r--include/infiniband/verbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/infiniband/verbs.h b/include/infiniband/verbs.h
index 47cfcc1..bdc8633 100644
--- a/include/infiniband/verbs.h
+++ b/include/infiniband/verbs.h
@@ -116,6 +116,7 @@ enum ibv_device_cap_flags {
IBV_DEVICE_RC_RNR_NAK_GEN = 1 << 12,
IBV_DEVICE_SRQ_RESIZE = 1 << 13,
IBV_DEVICE_N_NOTIFY_CQ = 1 << 14,
+ IBV_DEVICE_MEM_WINDOW = 1 << 17,
IBV_DEVICE_UD_IP_CSUM = 1 << 18,
IBV_DEVICE_XRC = 1 << 20,
IBV_DEVICE_RC_IP_CSUM = 1 << 25,