From: Rolf Manderscheid Date: Thu, 17 May 2007 15:45:48 +0000 (-0600) Subject: IB/mthca: Set GRH:HopLimit when building MLX headers X-Git-Tag: v2.6.22-rc3~108^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f37cae6944de9d380c83f717f73d91ec6255d98;p=pandora-kernel.git IB/mthca: Set GRH:HopLimit when building MLX headers Global CM packets used by rmda_cm were being sent with a GRH:hopLimit of zero, causing them to be dropped by the router. The problem is a missing initialization of the hop_limit field in mthca_read_ah(), which was called by build_mlx_header() when sending a MAD on QP1. Signed-off-by: Rolf Manderscheid Signed-off-by: Roland Dreier --- Reading git-diff-tree failed