aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
diff options
context:
space:
mode:
authorGeorge Spelvin <linux@horizon.com>2014-06-06 23:08:58 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2014-06-20 21:27:57 +0800
commit473946e674eb797940c0a1aea8a999bc8fa9fcff (patch)
treed3d8cf86e95ebb7aaea477b5551aaebcf0f7a162 /drivers/crypto/caam
parentcrypto: qat - Update to makefiles (diff)
downloadlinux-dev-473946e674eb797940c0a1aea8a999bc8fa9fcff.tar.xz
linux-dev-473946e674eb797940c0a1aea8a999bc8fa9fcff.zip
crypto: crc32c-pclmul - Shrink K_table to 32-bit words
There's no need for the K_table to be made of 64-bit words. For some reason, the original authors didn't fully reduce the values modulo the CRC32C polynomial, and so had some 33-bit values in there. They can all be reduced to 32 bits. Doing that cuts the table size in half. Since the code depends on both pclmulq and crc32, SSE 4.1 is obviously present, so we can use pmovzxdq to fetch it in the correct format. This adds (measured on Ivy Bridge) 1 cycle per main loop iteration (CRC of up to 3K bytes), less than 0.2%. The hope is that the reduced D-cache footprint will make up the loss in other code. Two other related fixes: * K_table is read-only, so belongs in .rodata, and * There's no need for more than 8-byte alignment Acked-by: Tim Chen <tim.c.chen@linux.intel.com> Signed-off-by: George Spelvin <linux@horizon.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/caam')
0 files changed, 0 insertions, 0 deletions