From 80f4e8c4be02bac5d472e1e6c4937079882a0388 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Wed, 9 May 2007 16:21:16 -0700 Subject: [PATCH] Take out references to specific 1.1 verbs definitions (ibv_comp_channel). --- dapl/openib_cma/dapl_ib_util.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dapl/openib_cma/dapl_ib_util.c b/dapl/openib_cma/dapl_ib_util.c index 9c0e19d..c6eb935 100755 --- a/dapl/openib_cma/dapl_ib_util.c +++ b/dapl/openib_cma/dapl_ib_util.c @@ -286,10 +286,8 @@ DAT_RETURN dapls_ib_open_hca(IN IB_HCA_NAME hca_name, IN DAPL_HCA *hca_ptr) goto bail; } dapl_dbg_log (DAPL_DBG_TYPE_UTIL, - " open_hca: CQ channel created(%p,%d,%d)\n", - hca_ptr->ib_trans.ib_cq->context, - hca_ptr->ib_trans.ib_cq->fd, - hca_ptr->ib_trans.ib_cq->refcnt); + " open_hca: CQ channel created(fd=%d)\n", + hca_ptr->ib_trans.ib_cq->fd); opts = fcntl(hca_ptr->ib_trans.ib_cq->fd, F_GETFL); /* uCQ */ if (opts < 0 || fcntl(hca_ptr->ib_trans.ib_cq->fd, -- 2.46.0