linux/drivers/infiniband/hw/mlx4
Roland Dreier 54e95f8dcb IB/mlx4: Get rid of max_inline_data calculation
The calculation of max_inline_data in set_kernel_sq_size() is bogus,
since it doesn't take into account the fact that inline segments may
not cross a 64-byte boundary, and hence multiple inline segments will
probably need to be used to post large inline sends.

We don't support inline sends for kernel QPs anyway, so there's no
point in doing this calculation anyway, since the field is just zeroed
out a little later.  So just delete the bogus calculation.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2007-06-18 08:13:53 -07:00
..
ah.c
cq.c IB/mlx4: Handle new FW requirement for send request prefetching 2007-06-18 08:13:48 -07:00
doorbell.c
Kconfig
mad.c
main.c IB/mlx4: Fix uninitialized spinlock for 32-bit archs 2007-05-14 13:02:58 -07:00
Makefile
mlx4_ib.h IB/mlx4: Handle new FW requirement for send request prefetching 2007-06-18 08:13:48 -07:00
mr.c
qp.c IB/mlx4: Get rid of max_inline_data calculation 2007-06-18 08:13:53 -07:00
srq.c IB/mlx4: Check if SRQ is full when posting receive 2007-05-20 20:19:24 -07:00
user.h IB/mlx4: Handle new FW requirement for send request prefetching 2007-06-18 08:13:48 -07:00