From: Eli Cohen Date: Wed, 23 Oct 2013 06:53:19 +0000 (+0300) Subject: mlx5: Support communicating arbitrary host page size to firmware X-Git-Tag: v3.13-rc1~44^2^7~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf0bf77f6519e5dcd57a77b47e1d151c1e81b7ec;p=pandora-kernel.git mlx5: Support communicating arbitrary host page size to firmware Connect-IB firmware requires 4K pages to be communicated with the driver. This patch breaks larger pages to 4K units to enable support for architectures utilizing larger page size, such as PowerPC. This patch also fixes several places that referred to PAGE_SHIFT instead of explicit 12 which is the inherent page shift on Connect-IB. Signed-off-by: Eli Cohen Signed-off-by: Roland Dreier --- Reading git-diff-tree failed