From: Michael S. Tsirkin Date: Sat, 16 Apr 2005 22:26:30 +0000 (-0700) Subject: [PATCH] IB/mthca: add fast memory region implementation X-Git-Tag: v2.6.12-rc3~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0f5fdca1ca9d1659b920827e5cf6dbad20e5391;p=pandora-kernel.git [PATCH] IB/mthca: add fast memory region implementation Implement fast memory regions (FMRs), where the driver writes directly into the HCA's translation tables rather than requiring a firmware command. For Tavor, MTTs for FMR are separate from regular MTTs, and are reserved at driver initialization. This is done to limit the amount of virtual memory needed to map the MTTs. For Arbel, there's no such limitation, and all MTTs and MPTs may be used for FMR or for regular MR. Signed-off-by: Michael S. Tsirkin Signed-off-by: Roland Dreier Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed