Re: [RFC PATCH v2 1/4] decompressor: Add LZ4 decompressor module

2013-02-26 Thread Kyungsik Lee
On Tue, Feb 26, 2013 at 02:12:06PM +0100, David Sterba wrote: > On Tue, Feb 26, 2013 at 03:24:27PM +0900, Kyungsik Lee wrote: > > This patch adds support for LZ4 decompression in the Linux Kernel. > > LZ4 Decompression APIs for kernel are based on LZ4 implementation > > by Yann Collet. > > > > LZ4

Re: [RFC PATCH v2 1/4] decompressor: Add LZ4 decompressor module

2013-02-26 Thread David Sterba
On Tue, Feb 26, 2013 at 03:24:27PM +0900, Kyungsik Lee wrote: > This patch adds support for LZ4 decompression in the Linux Kernel. > LZ4 Decompression APIs for kernel are based on LZ4 implementation > by Yann Collet. > > LZ4 homepage : http://fastcompression.blogspot.com/p/lz4.html > LZ4 source re