提交 17ead2f5 编写于 作者: R Roland Dreier 提交者: Linus Torvalds

[PATCH] IB/mthca: fix calculation of RDB shift

Fix calculation of rdb_shift by using original number of QPs, not
their slot in profile[] (which will be rearranged when we sort it).
Signed-off-by: NRoland Dreier <roland@topspin.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 8cf2daf3
......@@ -208,8 +208,7 @@ u64 mthca_make_profile(struct mthca_dev *dev,
break;
case MTHCA_RES_RDB:
for (dev->qp_table.rdb_shift = 0;
profile[MTHCA_RES_QP].num << dev->qp_table.rdb_shift <
profile[i].num;
request->num_qp << dev->qp_table.rdb_shift < profile[i].num;
++dev->qp_table.rdb_shift)
; /* nothing */
dev->qp_table.rdb_base = (u32) profile[i].start;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册