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

2011-10-07 Thread Joakim Tjernlund
"Darrick J. Wong" wrote on 2011/10/06 22:20:42: > Subject: Re: [PATCH v5 0/4] crc32c: Add faster algorithm and self-test code > > On Tue, Oct 04, 2011 at 04:53:57PM -0700, Darrick J. Wong wrote: > > Hi all, > > > > This patchset (re)uses Bob Pearson&#

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

2011-10-06 Thread Darrick J. Wong
On Tue, Oct 04, 2011 at 04:53:57PM -0700, Darrick J. Wong wrote: > Hi all, > > This patchset (re)uses Bob Pearson's crc32 slice-by-8 code to stamp out a > software crc32c implementation. It requires that all ten of his patches (at > least the ones dated 31 Aug 2011) be applied. It removes the cr

[PATCH v5 0/4] crc32c: Add faster algorithm and self-test code

2011-10-04 Thread Darrick J. Wong
Hi all, This patchset (re)uses Bob Pearson's crc32 slice-by-8 code to stamp out a software crc32c implementation. It requires that all ten of his patches (at least the ones dated 31 Aug 2011) be applied. It removes the crc32c implementation in crypto/ in favor of using the stamped-out one in lib