Re: [PATCH 3/3] zsmalloc: add page table mapping method

2012-07-22 Thread Nitin Gupta
On 07/22/2012 08:26 PM, Minchan Kim wrote: > On Wed, Jul 18, 2012 at 11:55:56AM -0500, Seth Jennings wrote: >> This patchset provides page mapping via the page table. >> On some archs, most notably ARM, this method has been >> demonstrated to be faster than copying. >> >> The logic controlling the

Re: [PATCH 3/3] zsmalloc: add page table mapping method

2012-07-22 Thread Minchan Kim
Hi Seth, On Sun, Jul 22, 2012 at 07:33:40PM -0500, Seth Jennings wrote: > On 07/22/2012 07:26 PM, Minchan Kim wrote: > > On Wed, Jul 18, 2012 at 11:55:56AM -0500, Seth Jennings wrote: > >> This patchset provides page mapping via the page table. > >> On some archs, most notably ARM, this method has

Re: [PATCH 3/3] zsmalloc: add page table mapping method

2012-07-22 Thread Seth Jennings
On 07/22/2012 07:26 PM, Minchan Kim wrote: > On Wed, Jul 18, 2012 at 11:55:56AM -0500, Seth Jennings wrote: >> This patchset provides page mapping via the page table. >> On some archs, most notably ARM, this method has been >> demonstrated to be faster than copying. >> >> The logic controlling the

Re: [PATCH 3/3] zsmalloc: add page table mapping method

2012-07-22 Thread Minchan Kim
On Wed, Jul 18, 2012 at 11:55:56AM -0500, Seth Jennings wrote: > This patchset provides page mapping via the page table. > On some archs, most notably ARM, this method has been > demonstrated to be faster than copying. > > The logic controlling the method selection (copy vs page table) > is contro