[ofw] [PATCH] DAPL v2.0: ucm: configure the recv channel FD to non-blocking
    Davis, Arlin R 
    arlin.r.davis at intel.com
       
    Fri Dec  3 15:32:50 PST 2010
    
    
  
Signed-off-by: Arlin Davis <arlin.r.davis at intel.com>
---
 dapl/openib_ucm/device.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dapl/openib_ucm/device.c b/dapl/openib_ucm/device.c
index 6882c58..a628a78 100644
--- a/dapl/openib_ucm/device.c
+++ b/dapl/openib_ucm/device.c
@@ -497,6 +497,7 @@ static int ucm_service_create(IN DAPL_HCA *hca)
     	tp->rch = ibv_create_comp_channel(hca->ib_hca_handle);
 	if (!tp->rch) 
 		goto bail;
+	dapls_config_comp_channel(tp->rch);
 
 	tp->scq = ibv_create_cq(hca->ib_hca_handle, tp->cqe, hca, NULL, 0);
 	if (!tp->scq) 
-- 
1.7.3
    
    
More information about the ofw
mailing list