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 [EMAIL PROTECTED]

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;
                
                }




_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to