]> bbs.cooldavid.org Git - net-next-2.6.git/commit
IB/ipath: Fix error returned from ib_resize_cq if new size smaller than # entries
authorRalph Campbell <ralph.campbell@qlogic.com>
Fri, 9 Nov 2007 03:53:01 +0000 (19:53 -0800)
committerRoland Dreier <rolandd@cisco.com>
Fri, 25 Jan 2008 22:15:28 +0000 (14:15 -0800)
commit733d12813bd36ed7c727686ac1164f92f87a14a2
tree903cfeadcfd6e0ff129fc7736db526889ccf2f50
parente342c119172f87f2d812bccfd0283f62e1bc1c2a
IB/ipath: Fix error returned from ib_resize_cq if new size smaller than # entries

The gen2_basic tests check for the errno value when a CQ is resized
smaller than the number of outstanding completions queue on the CQ.
This patch changes ib_ipath to return EINVAL which is what ib_mthca
returns and what gen2_basic expects.

Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ipath/ipath_cq.c