Re: [PATCHv6 5/6] zram: enalbe multi stream compression support in zram

2014-02-24 Thread Minchan Kim
On Tue, Feb 25, 2014 at 03:25:22AM +0300, Sergey Senozhatsky wrote: > On (02/25/14 09:12), Minchan Kim wrote: > > On Tue, Feb 25, 2014 at 02:58:24AM +0300, Sergey Senozhatsky wrote: > > > On (02/25/14 08:53), Minchan Kim wrote: > > > > On Fri, Feb 21, 2014 at 02:50:42PM +0300, Sergey Senozhatsky wr

Re: [PATCHv6 5/6] zram: enalbe multi stream compression support in zram

2014-02-24 Thread Sergey Senozhatsky
On (02/25/14 09:12), Minchan Kim wrote: > On Tue, Feb 25, 2014 at 02:58:24AM +0300, Sergey Senozhatsky wrote: > > On (02/25/14 08:53), Minchan Kim wrote: > > > On Fri, Feb 21, 2014 at 02:50:42PM +0300, Sergey Senozhatsky wrote: > > > > 1) Add ZRAM_MULTI_STREAM configuration option and make multi st

Re: [PATCHv6 5/6] zram: enalbe multi stream compression support in zram

2014-02-24 Thread Minchan Kim
On Tue, Feb 25, 2014 at 02:58:24AM +0300, Sergey Senozhatsky wrote: > On (02/25/14 08:53), Minchan Kim wrote: > > On Fri, Feb 21, 2014 at 02:50:42PM +0300, Sergey Senozhatsky wrote: > > > 1) Add ZRAM_MULTI_STREAM configuration option and make multi stream > > > zcomp support available. > > > > > >

Re: [PATCHv6 5/6] zram: enalbe multi stream compression support in zram

2014-02-24 Thread Sergey Senozhatsky
On (02/25/14 08:53), Minchan Kim wrote: > On Fri, Feb 21, 2014 at 02:50:42PM +0300, Sergey Senozhatsky wrote: > > 1) Add ZRAM_MULTI_STREAM configuration option and make multi stream > > zcomp support available. > > > > 2) Introduce zram device attribute max_comp_streams to show and store > > curre

Re: [PATCHv6 5/6] zram: enalbe multi stream compression support in zram

2014-02-24 Thread Minchan Kim
On Fri, Feb 21, 2014 at 02:50:42PM +0300, Sergey Senozhatsky wrote: > 1) Add ZRAM_MULTI_STREAM configuration option and make multi stream > zcomp support available. > > 2) Introduce zram device attribute max_comp_streams to show and store > current zcomp's max number of zcomp streams (num_strm). >

[PATCHv6 5/6] zram: enalbe multi stream compression support in zram

2014-02-21 Thread Sergey Senozhatsky
1) Add ZRAM_MULTI_STREAM configuration option and make multi stream zcomp support available. 2) Introduce zram device attribute max_comp_streams to show and store current zcomp's max number of zcomp streams (num_strm). 3) Extend zcomp zcomp_create() with `num_strm' parameter. `num_strm' limits th