Re: migrate already accessed memory allocations.

Andi Kleen <[email protected]> Mon, 6 Dec 2010 00:51:37 +0100
Newsgroups org.kernel.vger.linux-numa
Message-ID <[email protected]>
On Mon, Dec 06, 2010 at 12:37:32AM +0100, Christos Margiolas wrote:
> Hello,
> 
> How can I move already allocated and accessed memory to a different
> node? I know how to do it, if the memory pages are not faulted, but in
> my code I want to transfer enough megabytes of data to an other node
> for processing them locally.

With migrate_pages()

-Andi

-- 
[email protected] -- Speaking for myself only.