aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma
diff options
context:
space:
mode:
authorLeonid Arsh <leonida@voltaire.com>2006-06-17 20:37:35 -0700
committerRoland Dreier <rolandd@cisco.com>2006-06-17 20:37:35 -0700
commit63942c9a981ecfa2aabfb27ff1a87b88f2ee9f5b (patch)
tree40ddf2d6a967564c979fb198b5a78a4e888fea84 /include/rdma
parentIPoIB: Fix kernel unaligned access on ia64 (diff)
downloadlinux-dev-63942c9a981ecfa2aabfb27ff1a87b88f2ee9f5b.tar.xz
linux-dev-63942c9a981ecfa2aabfb27ff1a87b88f2ee9f5b.zip
IB: Add client reregister event type
Add IB_EVENT_CLIENT_REREGISTER to enum so low-level drivers can generate "client reregister" events. Signed-off-by: Leonid Arsh <leonida@voltaire.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/ib_verbs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index aeb4fcd86a9e..10a6268c2cc2 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -260,7 +260,8 @@ enum ib_event_type {
IB_EVENT_SM_CHANGE,
IB_EVENT_SRQ_ERR,
IB_EVENT_SRQ_LIMIT_REACHED,
- IB_EVENT_QP_LAST_WQE_REACHED
+ IB_EVENT_QP_LAST_WQE_REACHED,
+ IB_EVENT_CLIENT_REREGISTER
};
struct ib_event {