commit | b01df1c16c9a6f7a14f843d3ac6b9eef5a7bb17e | [log] [tgz] |
---|---|---|
author | Daniel Axtens <dja@axtens.net> | Wed Mar 15 23:37:36 2017 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Mar 24 22:02:53 2017 +0800 |
tree | f086dbb3d07867f4ef0a38095858ee6f75778171 | |
parent | 08c7dd1bd4b3a59c0d57b3ce4fe5ba1a90123685 [diff] |
crypto: powerpc - Add CRC-T10DIF acceleration T10DIF is a CRC16 used heavily in NVMe. It turns out we can accelerate it with a CRC32 library and a few little tricks. Provide the accelerator based the refactored CRC32 code. Cc: Anton Blanchard <anton@samba.org> Thanks-to: Hong Bo Peng <penghb@cn.ibm.com> Signed-off-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>