From: Tim Chen Date: Wed, 1 May 2013 19:52:49 +0000 (-0700) Subject: crypto: crct10dif - Accelerated CRC T10 DIF computation with PCLMULQDQ instruction X-Git-Tag: v3.11-rc1~82^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31d939625a9a20b1badd2d4e6bf6fd39fa523405;p=pandora-kernel.git crypto: crct10dif - Accelerated CRC T10 DIF computation with PCLMULQDQ instruction This is the x86_64 CRC T10 DIF transform accelerated with the PCLMULQDQ instructions. Details discussing the implementation can be found in the paper: "Fast CRC Computation for Generic Polynomials Using PCLMULQDQ Instruction" http://www.intel.com/content/dam/www/public/us/en/documents/white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf Signed-off-by: Tim Chen Signed-off-by: Herbert Xu --- Reading git-diff-tree failed