[ofw] [PATCH 07/11] uDAPL cma: add support for rdma_cm TIME_WAIT	event.
    Davis, Arlin R 
    arlin.r.davis at intel.com
       
    Mon Jul  6 12:52:17 PDT 2009
    
    
  
Nothing to process, simply ack the event.
Signed-off-by: Arlin Davis <arlin.r.davis at intel.com>
---
 dapl/openib_cma/cm.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dapl/openib_cma/cm.c b/dapl/openib_cma/cm.c
index 497f78a..b4e9437 100644
--- a/dapl/openib_cma/cm.c
+++ b/dapl/openib_cma/cm.c
@@ -1317,6 +1317,8 @@ void dapli_cma_event_cb(void)
 				dapli_cm_active_cb(conn, event);
 			break;
 		case RDMA_CM_EVENT_CONNECT_RESPONSE:
+		case RDMA_CM_EVENT_TIMEWAIT_EXIT:
+			break;
 		default:
 			dapl_dbg_log(DAPL_DBG_TYPE_WARN,
 				     " cm_event: UNEXPECTED EVENT=%p ID=%p CTX=%p\n",
-- 
1.5.2.5
    
    
More information about the ofw
mailing list