[openib-general][PATCH 2 of 3] repost: Client Reregister support for user space

Leonid Arsh leonida at voltaire.com
Mon May 8 23:22:38 PDT 2006


This is the second patch for the Client Reregister event support.
The patch defines the event for the user space verbs.


Signed-off-by:  Leonid Arsh <leonida at voltaire.com>

Index: userspace/libibverbs/include/infiniband/verbs.h
===================================================================
--- userspace/libibverbs/include/infiniband/verbs.h	(revision 8165)
+++ userspace/libibverbs/include/infiniband/verbs.h	(working copy)
@@ -190,7 +190,8 @@
 	IBV_EVENT_SM_CHANGE,
 	IBV_EVENT_SRQ_ERR,
 	IBV_EVENT_SRQ_LIMIT_REACHED,
-	IBV_EVENT_QP_LAST_WQE_REACHED
+	IBV_EVENT_QP_LAST_WQE_REACHED,
+	IBV_EVENT_CLIENT_REREGISTER
 };
 
 struct ibv_async_event {



More information about the general mailing list