Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59305
b: refs/heads/master
c: fdc7215
h: refs/heads/master
i:
  59303: 18a335a
v: v3
  • Loading branch information
Robert Walsh authored and Roland Dreier committed Jul 10, 2007
1 parent 5ff54e2 commit 8cc172c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e7340f04426416a6655ffaead4651bfb9e1b0848
refs/heads/master: fdc7215fbd7b7652b052d1fb7893afe324dba7aa
2 changes: 2 additions & 0 deletions trunk/drivers/infiniband/hw/ipath/ipath_verbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,8 @@ static int ipath_query_device(struct ib_device *ibdev,
props->max_ah = ib_ipath_max_ahs;
props->max_cqe = ib_ipath_max_cqes;
props->max_mr = dev->lk_table.max;
props->max_fmr = dev->lk_table.max;
props->max_map_per_fmr = 32767;
props->max_pd = ib_ipath_max_pds;
props->max_qp_rd_atom = IPATH_MAX_RDMA_ATOMIC;
props->max_qp_init_rd_atom = 255;
Expand Down

0 comments on commit 8cc172c

Please sign in to comment.