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

Arlin Davis arlin.r.davis at intel.com
Wed Nov 1 16:36:50 PST 2006


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 9916)
+++ dapl/openib_cma/dapl_ib_util.c  (working copy)
@@ -744,9 +744,16 @@
                                    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;
            
            }
      
 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/general/attachments/20061101/dc7e59ad/attachment.html>


More information about the general mailing list