Skip to content
Commit e61ef241 authored by Roland Dreier's avatar Roland Dreier
Browse files

IB/mlx4: Make sure inline data segments don't cross a 64 byte boundary



Inline data segments in send WQEs are not allowed to cross a 64 byte
boundary.  We use inline data segments to hold the UD headers for MLX
QPs (QP0 and QP1).  A send with GRH on QP1 will have a UD header that
is too big to fit in a single inline data segment without crossing a
64 byte boundary, so split the header into two inline data segments.

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 5ae2a7a8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment