git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
406f9e5
)
IB/core: Add umem function to read data from user-space
author
Haggai Eran
<haggaie@mellanox.com>
Thu, 11 Dec 2014 15:04:13 +0000
(17:04 +0200)
committer
Roland Dreier
<roland@purestorage.com>
Tue, 16 Dec 2014 02:13:35 +0000
(18:13 -0800)
In some drivers there's a need to read data from a user space area
that was pinned using ib_umem when running from a different process
context.
The ib_umem_copy_from function allows reading data from the physical
pages pinned in the ib_umem struct.
Signed-off-by: Haggai Eran <haggaie@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
No differences found