aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@topspin.com>2005-06-23 02:19:25 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 19:57:01 -0800
commit7abe087b3858db2180ae2b7739edbfd02ecc8467 (patch)
tree00432406a26ee734cdd5f26da763457ffe792226
parentb0ca901334581cfc27bda626c69920e41b0915d3 (diff)
downloadlibmthca-7abe087b3858db2180ae2b7739edbfd02ecc8467.tar.gz
UC transport does not do RDMA reads
Signed-off-by: Roland Dreier <roland@topspin.com>
-rw-r--r--src/qp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qp.c b/src/qp.c
index e37dd3a..7af274a 100644
--- a/src/qp.c
+++ b/src/qp.c
@@ -553,7 +553,6 @@ int mthca_arbel_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr,
switch (wr->opcode) {
case IBV_WR_RDMA_WRITE:
case IBV_WR_RDMA_WRITE_WITH_IMM:
- case IBV_WR_RDMA_READ:
((struct mthca_raddr_seg *) wqe)->raddr =
htonll(wr->wr.rdma.remote_addr);
((struct mthca_raddr_seg *) wqe)->rkey =