From b58481e28d8f15760e48b5caf3bd830b96dbf864 Mon Sep 17 00:00:00 2001 From: leonidk Date: Thu, 14 Dec 2006 18:09:51 +0000 Subject: [PATCH] [MTHCA] a typo, preventing right handling of IB_SEND_OPT_FENCE in user space git-svn-id: svn://openib.tc.cornell.edu/gen1@562 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/hw/mthca/user/mlnx_uvp_qp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/trunk/hw/mthca/user/mlnx_uvp_qp.c b/trunk/hw/mthca/user/mlnx_uvp_qp.c index fa11e735..51d78bee 100644 --- a/trunk/hw/mthca/user/mlnx_uvp_qp.c +++ b/trunk/hw/mthca/user/mlnx_uvp_qp.c @@ -759,7 +759,6 @@ int mthca_arbel_post_send(struct ibv_qp *ibqp, struct _ib_send_wr *wr, opcode); wmb(); ((struct mthca_next_seg *) prev_wqe)->ee_nds = - cl_hton32(MTHCA_NEXT_DBD | size); cl_hton32(MTHCA_NEXT_DBD | size | ((wr->send_opt & IB_SEND_OPT_FENCE) ? MTHCA_NEXT_FENCE : 0)); -- 2.41.0