Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13775
b: refs/heads/master
c: 62abb84
h: refs/heads/master
i:
  13773: ae607e7
  13771: 1bac0ab
  13767: 0ee065e
  13759: 4cbc1fe
v: v3
  • Loading branch information
Michael S. Tsirkin authored and Roland Dreier committed Nov 10, 2005
1 parent 4309f25 commit 3b01f40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77369ed31daac51f4827c50d30f233c45480235a
refs/heads/master: 62abb8416f1923f4cef50ce9ce841b919275e3fb
8 changes: 4 additions & 4 deletions trunk/drivers/infiniband/hw/mthca/mthca_qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1556,8 +1556,8 @@ int mthca_tavor_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr,
}

wqe += sizeof (struct mthca_atomic_seg);
size += sizeof (struct mthca_raddr_seg) / 16 +
sizeof (struct mthca_atomic_seg);
size += (sizeof (struct mthca_raddr_seg) +
sizeof (struct mthca_atomic_seg)) / 16;
break;

case IB_WR_RDMA_WRITE:
Expand Down Expand Up @@ -1876,8 +1876,8 @@ int mthca_arbel_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr,
}

wqe += sizeof (struct mthca_atomic_seg);
size += sizeof (struct mthca_raddr_seg) / 16 +
sizeof (struct mthca_atomic_seg);
size += (sizeof (struct mthca_raddr_seg) +
sizeof (struct mthca_atomic_seg)) / 16;
break;

case IB_WR_RDMA_READ:
Expand Down

0 comments on commit 3b01f40

Please sign in to comment.