IB/mlx4: Return receive queue sizes for userspace QPs from query QP
authorRoland Dreier <rolandd@cisco.com>
Wed, 18 Jul 2007 03:59:02 +0000 (20:59 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 18 Jul 2007 03:59:02 +0000 (20:59 -0700)
commit7f5eb9bb8c7fb3bd411674b856872d7ab4a7b1a3
tree9bc3e1aae12ad6adbe76d2187aeb63cdd340ff43
parentc9f2ba5ed26a204a78bf23aa08a4f528f11a18f4
IB/mlx4: Return receive queue sizes for userspace QPs from query QP

Return the receive queue sizes for both userspace QPs and kernel Qps
(not just kernel QPs) from mlx4_ib_query_qp().  Also zero the send
queue sizes for userspace QPs to avoid a possible information leak,
and set the max_inline_data for kernel QPs to 0 since inline sends are
not supported for kernel QPs.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/mlx4/qp.c