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

2016-01-25 Thread Anshuman Khandual
On 11/24/2015 01:42 PM, Denis Kirjanov wrote: > On 11/24/15, 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

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

2015-11-24 Thread Denis Kirjanov
On 11/24/15, 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

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

2015-11-23 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.