| From: |
| KAMEZAWA Hiroyuki <kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org> |
| To: |
| "linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org" <linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org> |
| Subject: |
| [RFC][ for -mm] memory controller enhancements for NUMA [0/10]
introduction |
| Date: |
| Wed, 14 Nov 2007 17:39:50 +0900 |
| Message-ID: |
| <20071114173950.92857eaa.kamezawa.hiroyu@jp.fujitsu.com> |
| Cc: |
| "containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org" <containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org>, hugh-DTz5qymZ9yRBDgjK7y7TUQ@public.gmane.org,
"yamamoto-jCdQPDEk3idL9jVzuh4AOg@public.gmane.org" <yamamoto-jCdQPDEk3idL9jVzuh4AOg@public.gmane.org>,
"balbir-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org" <balbir-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org> |
| Archive-link: |
| Article,
Thread
|
Hi,
This is a patch-set for memory controlelr on NUMA.
patches are
1. record nid/zid on page_cgroup struct
2. record per-zone active/inactive
3-9 Patches for isolate global-lru reclaiming and memory controller reclaming
10. implements per-zone LRU on memory controller.
now this is just RFC.
Tested on
2.6.24-rc2-mm1 + x86_64/fake-NUMA( # of nodes = 3)
I did test with numactl under memory limitation.
% numactl -i 0,1,2 dd if=.....
It seems per-zone-lru works well.
I'd like to do test on ia64/real-NUMA when I have a chance.
Any comments are welcome.
Thanks,
-kame