]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/cxgb3: Fix iwch_create_cq() off-by-one error
authorJon Mason <jon@opengridcomputing.com>
Sun, 9 Mar 2008 20:54:12 +0000 (13:54 -0700)
committerRoland Dreier <rolandd@cisco.com>
Sun, 9 Mar 2008 20:54:12 +0000 (13:54 -0700)
commit365e0a1e5ca136594035f1fd72f968e7cdc1261f
tree37a7cf4f16bcc9ca36ebee018fea015b7110a334
parent0bf3e7d0c978696839d0e010bb9e4ad4783b7972
RDMA/cxgb3: Fix iwch_create_cq() off-by-one error

The cxbg3 driver is unnecessarily decreasing the number of CQ entries by
one when creating a CQ.  This will cause the CQ not to have as many
entries as requested by the user if the user requests a power of 2 size.

Signed-off-by: Jon Mason <jon@opengridcomputing.com>
Acked-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/cxgb3/iwch_provider.c