Re: [RFC PATCH 1/2] mm/afmalloc: introduce anti-fragmentation memory allocator

2014-10-07 Thread Joonsoo Kim
On Tue, Oct 07, 2014 at 03:26:35PM -0500, Seth Jennings wrote: > On Tue, Oct 07, 2014 at 04:42:33PM +0900, Joonsoo Kim wrote: > > Hello, Seth. > > Sorry for late response. :) > > > > 2014-09-30 4:53 GMT+09:00 Seth Jennings : > > > On Fri, Sep 26, 2014 at 03:53:14PM +0900, Joonsoo Kim wrote: > > >>

Re: [RFC PATCH 1/2] mm/afmalloc: introduce anti-fragmentation memory allocator

2014-10-07 Thread Seth Jennings
On Tue, Oct 07, 2014 at 04:42:33PM +0900, Joonsoo Kim wrote: > Hello, Seth. > Sorry for late response. :) > > 2014-09-30 4:53 GMT+09:00 Seth Jennings : > > On Fri, Sep 26, 2014 at 03:53:14PM +0900, Joonsoo Kim wrote: > >> WARNING: This is just RFC patchset. patch 2/2 is only for testing. > >> If y

Re: [RFC PATCH 1/2] mm/afmalloc: introduce anti-fragmentation memory allocator

2014-10-07 Thread Joonsoo Kim
Hello, Seth. Sorry for late response. :) 2014-09-30 4:53 GMT+09:00 Seth Jennings : > On Fri, Sep 26, 2014 at 03:53:14PM +0900, Joonsoo Kim wrote: >> WARNING: This is just RFC patchset. patch 2/2 is only for testing. >> If you know useful place to use this allocator, please let me know. >> >> This

Re: [RFC PATCH 1/2] mm/afmalloc: introduce anti-fragmentation memory allocator

2014-10-01 Thread Joonsoo Kim
On Mon, Sep 29, 2014 at 11:41:45AM -0400, Dan Streetman wrote: > On Fri, Sep 26, 2014 at 2:53 AM, Joonsoo Kim wrote: > > WARNING: This is just RFC patchset. patch 2/2 is only for testing. > > If you know useful place to use this allocator, please let me know. > > > > This is brand-new allocator, c

Re: [RFC PATCH 1/2] mm/afmalloc: introduce anti-fragmentation memory allocator

2014-09-29 Thread Seth Jennings
On Fri, Sep 26, 2014 at 03:53:14PM +0900, Joonsoo Kim wrote: > WARNING: This is just RFC patchset. patch 2/2 is only for testing. > If you know useful place to use this allocator, please let me know. > > This is brand-new allocator, called anti-fragmentation memory allocator > (aka afmalloc), in o

Re: [RFC PATCH 1/2] mm/afmalloc: introduce anti-fragmentation memory allocator

2014-09-29 Thread Dan Streetman
On Fri, Sep 26, 2014 at 2:53 AM, Joonsoo Kim wrote: > WARNING: This is just RFC patchset. patch 2/2 is only for testing. > If you know useful place to use this allocator, please let me know. > > This is brand-new allocator, called anti-fragmentation memory allocator > (aka afmalloc), in order to d

[RFC PATCH 1/2] mm/afmalloc: introduce anti-fragmentation memory allocator

2014-09-25 Thread Joonsoo Kim
WARNING: This is just RFC patchset. patch 2/2 is only for testing. If you know useful place to use this allocator, please let me know. This is brand-new allocator, called anti-fragmentation memory allocator (aka afmalloc), in order to deal with arbitrary sized object allocation efficiently. zram a