[openib-general] [PATCH 1/3] uDAPL cma: add support for new client register event

Arlin Davis arlin.r.davis at intel.com
Mon Nov 6 14:44:29 PST 2006


New series of patches with "-x -up"

Added support for new ib verbs client register event. No extra processing required at the uDAPL
level. Shows up if opensm bounces.

Signed-off by: Arlin Davis ardavis at ichips.intel.com

Index: dapl/openib_cma/dapl_ib_util.c
===================================================================
--- dapl/openib_cma/dapl_ib_util.c	(revision 10032)
+++ dapl/openib_cma/dapl_ib_util.c	(working copy)
@@ -744,9 +744,16 @@ void dapli_async_event_cb(struct _ib_hca
 						hca->async_un_ctx);
 			break;
 		}
+		case	IBV_EVENT_CLIENT_REREGISTER:
+			/* no need to report this event this time */
+			dapl_dbg_log (DAPL_DBG_TYPE_WARN,
+				     " async_event: IBV_EVENT_CLIENT_REREGISTER\n");
+			break;
+
 		default:
 			dapl_dbg_log (DAPL_DBG_TYPE_WARN,
-				     " async_event: UNKNOWN\n");
+				     " async_event: %d UNKNOWN\n", 
+				     event.event_type);
 			break;
 		
 		}







More information about the general mailing list