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 system_highpri_wq. > > The function should be rename

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 copy_page_mthread()