On Thu, Dec 20, 2012 at 08:11:26PM +0400, Alexander Boyko wrote:
> From: Alexander Boyko <alexander_bo...@xyratex.com>
> 
> This patch adds crc32 algorithms to shash crypto api. One is wrapper to
> generic crc32_le function. Second is crc32 pclmulqdq implementation. It
> use hardware provided PCLMULQDQ instruction to accelerate the CRC32
> disposal. This instruction present from Intel Westmere and AMD Bulldozer
> CPUs.
> 
> For intel core i5 I got 450MB/s for table implementation and
> 2100MB/s for pclmulqdq implementation.
> 
> Signed-off-by: Alexander Boyko <alexander_bo...@xyratex.com>

Sorry, but your patch is white space damaged and cannot be applied.

You can test this yourself by sending a copy to your email address
and checking whether you can still apply it.

Thanks,
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to