From: leonidk Date: Thu, 14 Dec 2006 18:09:51 +0000 (+0000) Subject: [MTHCA] a typo, preventing right handling of IB_SEND_OPT_FENCE in user space X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b58481e28d8f15760e48b5caf3bd830b96dbf864;p=~shefty%2Frdma-win.git [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 --- 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));