Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73813
b: refs/heads/master
c: 9a76664
h: refs/heads/master
i:
  73811: 05c0da8
v: v3
  • Loading branch information
Steve Wise authored and Roland Dreier committed Nov 13, 2007
1 parent 9a1dd8b commit e8c6b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 51aaa54eb9e9f01878aa5d62277fd156e458dfe1
refs/heads/master: 9a7666494bac60b99d2bd7d904bd22e8c9b1e3f7
1 change: 1 addition & 0 deletions trunk/drivers/infiniband/hw/cxgb3/iwch_provider.c
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,7 @@ static int iwch_query_device(struct ib_device *ibdev,
props->max_sge = dev->attr.max_sge_per_wr;
props->max_sge_rd = 1;
props->max_qp_rd_atom = dev->attr.max_rdma_reads_per_qp;
props->max_qp_init_rd_atom = dev->attr.max_rdma_reads_per_qp;
props->max_cq = dev->attr.max_cqs;
props->max_cqe = dev->attr.max_cqes_per_cq;
props->max_mr = dev->attr.max_mem_regs;
Expand Down

0 comments on commit e8c6b7c

Please sign in to comment.