Re: [PATCH v2 0/3] crc32c: Add faster algorithm and self-test code

2011-09-27 Thread Darrick J. Wong
On Tue, Sep 27, 2011 at 03:12:39PM -0700, Darrick J. Wong wrote: > Hi all, > > This patchset replaces the current crc32c software implementation, which uses > a > slow per-byte lookup table algorithm, with a faster implementation that uses > an > adaptation of the slice-by-8 algorithm that Bob P

[PATCH v2 0/3] crc32c: Add faster algorithm and self-test code

2011-09-27 Thread Darrick J. Wong
Hi all, This patchset replaces the current crc32c software implementation, which uses a slow per-byte lookup table algorithm, with a faster implementation that uses an adaptation of the slice-by-8 algorithm that Bob Pearson has been pushing for crc32. The motivation for this patchset is that I am