From: Yevgeny Petrilin Date: Wed, 22 Oct 2008 17:25:29 +0000 (-0700) Subject: mlx4_core: Support multiple pre-reserved QP regions X-Git-Tag: v2.6.28-rc1~61^2^6~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93fc9e1bb6507dde945c2eab68c93e1066ac3691;p=pandora-kernel.git mlx4_core: Support multiple pre-reserved QP regions For ethernet support, we need to reserve QPs for the ethernet and fibre channel driver. The QPs are reserved at the end of the QP table. (This way we assure that they are aligned to their size) We need to consider these reserved ranges in bitmap creation, so we extend the mlx4 bitmap utility functions to allow reserved ranges at both the bottom and the top of the range. Signed-off-by: Yevgeny Petrilin Signed-off-by: Roland Dreier --- Reading git-diff-tree failed