Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Thanks-to: Hong Bo Peng <[email protected]> Signed-off-by: Daniel Axtens <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information