Re: [PATCH 1/2] libcrc32c: Add crc32c_impl function

2018-02-03 Thread Herbert Xu
On Fri, Feb 02, 2018 at 06:29:42PM +0100, David Sterba wrote: > Adding linux-cry...@vger.kernel.org to CC > > Link to the 2/2 patch https://patchwork.kernel.org/patch/10149203/ > > On Mon, Jan 08, 2018 at 11:45:04AM +0200, Nikolay Borisov wrote: > > This function returns a string with the current

Re: [PATCH 1/2] libcrc32c: Add crc32c_impl function

2018-02-02 Thread David Sterba
Adding linux-cry...@vger.kernel.org to CC Link to the 2/2 patch https://patchwork.kernel.org/patch/10149203/ On Mon, Jan 08, 2018 at 11:45:04AM +0200, Nikolay Borisov wrote: > This function returns a string with the currently in-use implementation > of the crc32c algorithm, i.e crc32c-generic (fo

[PATCH 1/2] libcrc32c: Add crc32c_impl function

2018-01-08 Thread Nikolay Borisov
This function returns a string with the currently in-use implementation of the crc32c algorithm, i.e crc32c-generic (for unoptimised, generic implementation) or crc32c-intel for the sse optimised version. This will be used by btrfs. Signed-off-by: Nikolay Borisov --- include/linux/crc32c.h | 1 +