Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87162
b: refs/heads/master
c: 1bab74e
h: refs/heads/master
v: v3
  • Loading branch information
Jon Mason authored and Roland Dreier committed Feb 29, 2008
1 parent cc5fcf6 commit a7359f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 331552925d17ffa2f5c676e282d4fd37c852d9e3
refs/heads/master: 1bab74e691d3c7845df2342d202c0f1c2344c834
3 changes: 3 additions & 0 deletions trunk/drivers/infiniband/hw/cxgb3/iwch_provider.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,11 @@ static struct ib_qp *iwch_create_qp(struct ib_pd *pd,
kfree(qhp);
return ERR_PTR(-ENOMEM);
}

attrs->cap.max_recv_wr = rqsize - 1;
attrs->cap.max_send_wr = sqsize;
attrs->cap.max_inline_data = T3_MAX_INLINE;

qhp->rhp = rhp;
qhp->attr.pd = php->pdid;
qhp->attr.scq = ((struct iwch_cq *) attrs->send_cq)->cq.cqid;
Expand Down

0 comments on commit a7359f1

Please sign in to comment.