Re: [PATCH v3] arm64/crypto: Accelerated CRC T10 DIF computation

2016-11-22 Thread Ard Biesheuvel
On 22 November 2016 at 12:53, Ard Biesheuvel wrote: > On 22 November 2016 at 10:14, YueHaibing wrote: >> This is the ARM64 CRC T10 DIF transform accelerated with the ARMv8 >> NEON instruction.The config CRYPTO_CRCT10DIF_NEON should be turned >>

Re: [PATCH v3] arm64/crypto: Accelerated CRC T10 DIF computation

2016-11-22 Thread Ard Biesheuvel
On 22 November 2016 at 10:14, YueHaibing wrote: > This is the ARM64 CRC T10 DIF transform accelerated with the ARMv8 > NEON instruction.The config CRYPTO_CRCT10DIF_NEON should be turned > on to enable the feature.The crc_t10dif crypto library function will > use this faster

[PATCH v3] arm64/crypto: Accelerated CRC T10 DIF computation

2016-11-22 Thread YueHaibing
This is the ARM64 CRC T10 DIF transform accelerated with the ARMv8 NEON instruction.The config CRYPTO_CRCT10DIF_NEON should be turned on to enable the feature.The crc_t10dif crypto library function will use this faster algorithm when crct10dif_neon module is loaded. Tcrypt benchmark results: