From: Herbert Xu
Date: Thu, 23 Aug 2012 16:36:54 +0800
> On Wed, Aug 22, 2012 at 08:52:31PM -0700, David Miller wrote:
>>
>> Signed-off-by: David S. Miller
>
> Looks good to me.
Thanks for reviewing.
>> This was largely straightforward, except for two things.
>>
>> 1) The tests assume that
On Wed, Aug 22, 2012 at 08:52:31PM -0700, David Miller wrote:
>
> Signed-off-by: David S. Miller
Looks good to me.
> This was largely straightforward, except for two things.
>
> 1) The tests assume that the 32-bit crc is stored in the context in
>cpu endian. The sparc64 crc32c opcode want
Signed-off-by: David S. Miller
---
This was largely straightforward, except for two things.
1) The tests assume that the 32-bit crc is stored in the context in
cpu endian. The sparc64 crc32c opcode wants to work with a little
endian mode, but sparc64 is big-endian.
This requirement i