From: Roland Dreier Date: Fri, 8 Jul 2005 00:57:17 +0000 (-0700) Subject: [PATCH] IB uverbs: add mthca mmap support X-Git-Tag: v2.6.13-rc3~228 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b8b3ffd5e0b10f3c683096a663d0cc22179c43;p=pandora-kernel.git [PATCH] IB uverbs: add mthca mmap support Add support for mmap() method to mthca, so that userspace can get access to doorbell registers. This allows userspace to get direct access to the HCA for data path operations. Each userspace context gets its own copy of the doorbell registers and is only allowed to use resources that the kernel has given it access to. In other words, this is safe. Signed-off-by: Roland Dreier Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed