Re: [PATCH 3/5] migrate: Add copy_page_mt to use multi-threaded page migration.

2016-11-28 Thread Anshuman Khandual
On 11/28/2016 08:33 PM, Zi Yan wrote: > On 24 Nov 2016, at 4:26, Anshuman Khandual wrote: > >> On 11/22/2016 09:55 PM, Zi Yan wrote: >>> From: Zi Yan >>> >>> From: Zi Yan >> >> Please fix these. >> >>> >>> Internally, copy_page_mt splits a page into

Re: [PATCH 3/5] migrate: Add copy_page_mt to use multi-threaded page migration.

2016-11-28 Thread Anshuman Khandual
On 11/28/2016 08:33 PM, Zi Yan wrote: > On 24 Nov 2016, at 4:26, Anshuman Khandual wrote: > >> On 11/22/2016 09:55 PM, Zi Yan wrote: >>> From: Zi Yan >>> >>> From: Zi Yan >> >> Please fix these. >> >>> >>> Internally, copy_page_mt splits a page into multiple threads >>> and send them as jobs to

Re: [PATCH 3/5] migrate: Add copy_page_mt to use multi-threaded page migration.

2016-11-28 Thread Zi Yan
On 24 Nov 2016, at 4:26, Anshuman Khandual wrote: > On 11/22/2016 09:55 PM, Zi Yan wrote: >> From: Zi Yan >> >> From: Zi Yan > > Please fix these. > >> >> Internally, copy_page_mt splits a page into multiple threads >> and send them as jobs to

Re: [PATCH 3/5] migrate: Add copy_page_mt to use multi-threaded page migration.

2016-11-28 Thread Zi Yan
On 24 Nov 2016, at 4:26, Anshuman Khandual wrote: > On 11/22/2016 09:55 PM, Zi Yan wrote: >> From: Zi Yan >> >> From: Zi Yan > > Please fix these. > >> >> Internally, copy_page_mt splits a page into multiple threads >> and send them as jobs to system_highpri_wq. > > The function should be

Re: [PATCH 3/5] migrate: Add copy_page_mt to use multi-threaded page migration.

2016-11-24 Thread Anshuman Khandual
On 11/22/2016 09:55 PM, Zi Yan wrote: > From: Zi Yan > > From: Zi Yan Please fix these. > > Internally, copy_page_mt splits a page into multiple threads > and send them as jobs to system_highpri_wq. The function should be renamed as

Re: [PATCH 3/5] migrate: Add copy_page_mt to use multi-threaded page migration.

2016-11-24 Thread Anshuman Khandual
On 11/22/2016 09:55 PM, Zi Yan wrote: > From: Zi Yan > > From: Zi Yan Please fix these. > > Internally, copy_page_mt splits a page into multiple threads > and send them as jobs to system_highpri_wq. The function should be renamed as copy_page_multithread() or at the least

[PATCH 3/5] migrate: Add copy_page_mt to use multi-threaded page migration.

2016-11-22 Thread Zi Yan
From: Zi Yan From: Zi Yan Internally, copy_page_mt splits a page into multiple threads and send them as jobs to system_highpri_wq. Signed-off-by: Zi Yan Signed-off-by: Zi Yan --- include/linux/highmem.h | 2 ++

[PATCH 3/5] migrate: Add copy_page_mt to use multi-threaded page migration.

2016-11-22 Thread Zi Yan
From: Zi Yan From: Zi Yan Internally, copy_page_mt splits a page into multiple threads and send them as jobs to system_highpri_wq. Signed-off-by: Zi Yan Signed-off-by: Zi Yan --- include/linux/highmem.h | 2 ++ kernel/sysctl.c | 1 + mm/Makefile | 2 ++