projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7340f0
)
IB/ipath: Fill in some missing FMR-related fields in query_device
author
Robert Walsh
<robert.walsh@qlogic.com>
Mon, 18 Jun 2007 21:24:36 +0000
(14:24 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 10 Jul 2007 03:12:26 +0000
(20:12 -0700)
In ipath_query_device(), some of the struct ib_device_attr fields were
not being initialized.
Signed-off-by: Robert Walsh <robert.walsh@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ipath/ipath_verbs.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/ipath/ipath_verbs.c
b/drivers/infiniband/hw/ipath/ipath_verbs.c
index 980b64add321343b6b2b027bcc92a369373d52db..04294ca0a81f9d83c756701f6672003fd64a71ef 100644
(file)
--- a/
drivers/infiniband/hw/ipath/ipath_verbs.c
+++ b/
drivers/infiniband/hw/ipath/ipath_verbs.c
@@
-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;