This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/drivers
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
..
2007-06-02 01:02:09 -04:00
2007-06-03 18:08:44 -07:00
2007-06-08 12:41:08 -07:00
2007-06-08 17:23:33 -07:00
2007-06-02 00:48:48 -04:00
2007-06-07 09:25:58 +02:00
2007-06-04 17:54:09 -07:00
2007-06-04 13:25:09 -07:00
2007-06-08 17:23:33 -07:00