Re: [PATCH v3 13/16] zsmalloc: migrate head page of zspage

2016-04-19 Thread Minchan Kim
Hello Chulmin, On Tue, Apr 19, 2016 at 03:08:48PM +0900, Chulmin Kim wrote: > On 2016년 03월 30일 16:12, Minchan Kim wrote: > >This patch introduces run-time migration feature for zspage. > >To begin with, it supports only head page migration for > >easy review(later patches will support tail page

Re: [PATCH v3 13/16] zsmalloc: migrate head page of zspage

2016-04-19 Thread Minchan Kim
Hello Chulmin, On Tue, Apr 19, 2016 at 03:08:48PM +0900, Chulmin Kim wrote: > On 2016년 03월 30일 16:12, Minchan Kim wrote: > >This patch introduces run-time migration feature for zspage. > >To begin with, it supports only head page migration for > >easy review(later patches will support tail page

Re: [PATCH v3 13/16] zsmalloc: migrate head page of zspage

2016-04-19 Thread Chulmin Kim
On 2016년 03월 30일 16:12, Minchan Kim wrote: This patch introduces run-time migration feature for zspage. To begin with, it supports only head page migration for easy review(later patches will support tail page migration). For migration, it supports three functions * zs_page_isolate It isolates

Re: [PATCH v3 13/16] zsmalloc: migrate head page of zspage

2016-04-19 Thread Chulmin Kim
On 2016년 03월 30일 16:12, Minchan Kim wrote: This patch introduces run-time migration feature for zspage. To begin with, it supports only head page migration for easy review(later patches will support tail page migration). For migration, it supports three functions * zs_page_isolate It isolates

Re: [PATCH v3 13/16] zsmalloc: migrate head page of zspage

2016-04-06 Thread Minchan Kim
Hello Chulmin, On Wed, Apr 06, 2016 at 10:01:14PM +0900, Chulmin Kim wrote: > On 2016년 03월 30일 16:12, Minchan Kim wrote: > >This patch introduces run-time migration feature for zspage. > >To begin with, it supports only head page migration for > >easy review(later patches will support tail page

Re: [PATCH v3 13/16] zsmalloc: migrate head page of zspage

2016-04-06 Thread Minchan Kim
Hello Chulmin, On Wed, Apr 06, 2016 at 10:01:14PM +0900, Chulmin Kim wrote: > On 2016년 03월 30일 16:12, Minchan Kim wrote: > >This patch introduces run-time migration feature for zspage. > >To begin with, it supports only head page migration for > >easy review(later patches will support tail page

Re: [PATCH v3 13/16] zsmalloc: migrate head page of zspage

2016-04-06 Thread Chulmin Kim
On 2016년 04월 06일 22:01, Chulmin Kim wrote: On 2016년 03월 30일 16:12, Minchan Kim wrote: This patch introduces run-time migration feature for zspage. To begin with, it supports only head page migration for easy review(later patches will support tail page migration). For migration, it supports

Re: [PATCH v3 13/16] zsmalloc: migrate head page of zspage

2016-04-06 Thread Chulmin Kim
On 2016년 04월 06일 22:01, Chulmin Kim wrote: On 2016년 03월 30일 16:12, Minchan Kim wrote: This patch introduces run-time migration feature for zspage. To begin with, it supports only head page migration for easy review(later patches will support tail page migration). For migration, it supports

Re: [PATCH v3 13/16] zsmalloc: migrate head page of zspage

2016-04-06 Thread Chulmin Kim
On 2016년 03월 30일 16:12, Minchan Kim wrote: This patch introduces run-time migration feature for zspage. To begin with, it supports only head page migration for easy review(later patches will support tail page migration). For migration, it supports three functions * zs_page_isolate It isolates

Re: [PATCH v3 13/16] zsmalloc: migrate head page of zspage

2016-04-06 Thread Chulmin Kim
On 2016년 03월 30일 16:12, Minchan Kim wrote: This patch introduces run-time migration feature for zspage. To begin with, it supports only head page migration for easy review(later patches will support tail page migration). For migration, it supports three functions * zs_page_isolate It isolates

[PATCH v3 13/16] zsmalloc: migrate head page of zspage

2016-03-30 Thread Minchan Kim
This patch introduces run-time migration feature for zspage. To begin with, it supports only head page migration for easy review(later patches will support tail page migration). For migration, it supports three functions * zs_page_isolate It isolates a zspage which includes a subpage VM want to

[PATCH v3 13/16] zsmalloc: migrate head page of zspage

2016-03-30 Thread Minchan Kim
This patch introduces run-time migration feature for zspage. To begin with, it supports only head page migration for easy review(later patches will support tail page migration). For migration, it supports three functions * zs_page_isolate It isolates a zspage which includes a subpage VM want to