[<prev] [next>] [day] [month] [year] [list]
Message-ID: <132589.32312.qm@web114310.mail.gq1.yahoo.com>
Date: Tue, 6 Apr 2010 12:29:12 -0700 (PDT)
From: Rick Sherm <rick.sherm@...oo.com>
To: linux-kernel@...r.kernel.org
Subject: Memory policy question for NUMA arch....
Hello,
On a NUMA host, if a driver calls __get_free_pages() then it will eventually invoke ->alloc_pages_current(..). The comment above/within alloc_pages_current() says 'current->mempolicy' will be used.So what memory policy will kick-in if the driver is trying to allocate some memory blocks during driver load time(say from probe_one)? System-wide default policy,correct?
What if the driver wishes to i) stay confined to a 'cpulist' OR ii) use a different mem-policy? How do I achieve this?
I will choose the 'cpulist' after I am successfuly able to affinitize the MSI-X vectors.
regards
Rick
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists