Re: [PATCH 2/2] zram: remove zlib from the list of recommended algorithms

2017-09-14 Thread Minchan Kim
On Wed, Sep 13, 2017 at 12:38:56PM +0200, Adam Borowski wrote: > On Wed, Sep 13, 2017 at 04:12:46PM +0900, Minchan Kim wrote: > > On Tue, Sep 12, 2017 at 02:00:05PM +0900, Sergey Senozhatsky wrote: > > > ZSTD tends to outperform deflate/inflate, thus we remove > > > zlib from the list of recommende

Re: [PATCH 2/2] zram: remove zlib from the list of recommended algorithms

2017-09-13 Thread Adam Borowski
On Wed, Sep 13, 2017 at 04:12:46PM +0900, Minchan Kim wrote: > On Tue, Sep 12, 2017 at 02:00:05PM +0900, Sergey Senozhatsky wrote: > > ZSTD tends to outperform deflate/inflate, thus we remove > > zlib from the list of recommended algorithms and recommend > > zstd instead. > > I did test with my s

Re: [PATCH 2/2] zram: remove zlib from the list of recommended algorithms

2017-09-13 Thread Sergey Senozhatsky
On (09/13/17 16:12), Minchan Kim wrote: > On Tue, Sep 12, 2017 at 02:00:05PM +0900, Sergey Senozhatsky wrote: > > ZSTD tends to outperform deflate/inflate, thus we remove > > zlib from the list of recommended algorithms and recommend > > zstd instead. > > > > Signed-off-by: Sergey Senozhatsky > >

Re: [PATCH 2/2] zram: remove zlib from the list of recommended algorithms

2017-09-13 Thread Minchan Kim
On Tue, Sep 12, 2017 at 02:00:05PM +0900, Sergey Senozhatsky wrote: > ZSTD tends to outperform deflate/inflate, thus we remove > zlib from the list of recommended algorithms and recommend > zstd instead. > > Signed-off-by: Sergey Senozhatsky > Suggested-by: Minchan Kim I did test with my sampl

Re: [PATCH 2/2] zram: remove zlib from the list of recommended algorithms

2017-09-12 Thread Sergey Senozhatsky
On (09/12/17 15:49), Minchan Kim wrote: > On Tue, Sep 12, 2017 at 02:00:05PM +0900, Sergey Senozhatsky wrote: > > ZSTD tends to outperform deflate/inflate, thus we remove > > zlib from the list of recommended algorithms and recommend > > zstd instead. > > > > Signed-off-by: Sergey Senozhatsky > >

Re: [PATCH 2/2] zram: remove zlib from the list of recommended algorithms

2017-09-11 Thread Minchan Kim
Hi Sergey, On Tue, Sep 12, 2017 at 02:00:05PM +0900, Sergey Senozhatsky wrote: > ZSTD tends to outperform deflate/inflate, thus we remove > zlib from the list of recommended algorithms and recommend > zstd instead. > > Signed-off-by: Sergey Senozhatsky > Suggested-by: Minchan Kim One of my c

[PATCH 2/2] zram: remove zlib from the list of recommended algorithms

2017-09-11 Thread Sergey Senozhatsky
ZSTD tends to outperform deflate/inflate, thus we remove zlib from the list of recommended algorithms and recommend zstd instead. Signed-off-by: Sergey Senozhatsky Suggested-by: Minchan Kim --- drivers/block/zram/zcomp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/block/zram/z