On Fri 13-10-17 10:56:13, Cristopher Lameter wrote:In what way? userspace users will still be working with virtual memory.
On Fri, 13 Oct 2017, Michal Hocko wrote:availability of the virtual address space depends on the availability of
It does do that? In what way?There is a generic posix interface that could we used for a variety ofYes you wrote that already and my counter argument was that this generic
specific hardware dependent use cases.
posix interface shouldn't bypass virtual memory abstraction.
the same sized contiguous physical memory range. That sounds like the
abstraction is gone to large part to me.
Why have several driver specific implementation if you can generalize the idea and implement
But a generic implementation would have to deal with many issues asAnd then in all the other use cases as well. It would be much easier ifThere are numerous RDMA devices that would all need the mmapThat doesn't prevent providing a library function which could be reused
implementation. And this covers only the needs of one subsystem. There are
other use cases.
by all those drivers. Nothing really too much different from
remap_pfn_range.
mmap could give you the memory you need instead of havig numerous drivers
improvise on their own. This is in particular also useful
for numerous embedded use cases where you need contiguous memory.
already mentioned. If you make this driver specific you can have access
control based on fd etc... I really fail to see how this is any
different from remap_pfn_range.