From: Roland Dreier Date: Mon, 18 Jun 2007 16:23:47 +0000 (-0700) Subject: IB/mlx4: Make sure inline data segments don't cross a 64 byte boundary X-Git-Tag: v2.6.22-rc6~70^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e61ef2416b0b92828512b6cfcd0104a02b6431fe;p=pandora-kernel.git 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: Roland Dreier --- Reading git-diff-tree failed