Arjan van de Ven <[EMAIL PROTECTED]> wrote: > > > Why do you call mlock() and get_user_pages()? In our code, we only call > > mlock(), and the > > memory is pinned. > > this is a myth; linux is free to move the page about in physical memory > even if it's mlock()ed!!
eh? I guess the kernel _is_ free to move the page about, but it doesn't. We might do at some time in the future for memory hotplug, I guess. _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
