Re: [PATCH] selfttest/powerpc: Add memory page migration tests

2015-10-21 Thread Michael Ellerman
On Thu, 2015-10-15 at 21:16 +0530, Anshuman Khandual wrote: > This adds two tests for memory page migration. One for normal page > migration which works for both 4K or 64K base page size kernel and > the other one is for 16MB huge page migration which will work both > 4K or 64K base page sized

Re: [PATCH] selfttest/powerpc: Add memory page migration tests

2015-10-19 Thread Anshuman Khandual
On 10/16/2015 05:09 PM, Aneesh Kumar K.V wrote: > Anshuman Khandual writes: > >> On 10/15/2015 09:16 PM, Anshuman Khandual wrote: >>> This adds two tests for memory page migration. One for normal page >>> migration which works for both 4K or 64K base page size kernel

Re: [PATCH] selfttest/powerpc: Add memory page migration tests

2015-10-16 Thread Anshuman Khandual
On 10/15/2015 09:16 PM, Anshuman Khandual wrote: > This adds two tests for memory page migration. One for normal page > migration which works for both 4K or 64K base page size kernel and > the other one is for 16MB huge page migration which will work both > 4K or 64K base page sized 16MB huge

Re: [PATCH] selfttest/powerpc: Add memory page migration tests

2015-10-16 Thread Aneesh Kumar K.V
Anshuman Khandual writes: > On 10/15/2015 09:16 PM, Anshuman Khandual wrote: >> This adds two tests for memory page migration. One for normal page >> migration which works for both 4K or 64K base page size kernel and >> the other one is for 16MB huge page migration

[PATCH] selfttest/powerpc: Add memory page migration tests

2015-10-15 Thread Anshuman Khandual
This adds two tests for memory page migration. One for normal page migration which works for both 4K or 64K base page size kernel and the other one is for 16MB huge page migration which will work both 4K or 64K base page sized 16MB huge pages as and when we support huge page migration.