]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: tcrypt - add multibuf aead speed test
authorGilad Ben-Yossef <gilad@benyossef.com>
Sun, 17 Dec 2017 08:29:05 +0000 (08:29 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 28 Dec 2017 06:56:42 +0000 (17:56 +1100)
commit98a053c42077e416282b2fae350f70f55edcdd49
tree40345c1003120f7acc4a6e667dca412c577df0f7
parent653832c99eb481ae736cb881a56e121c73476cc3
crypto: tcrypt - add multibuf aead speed test

The performance of some aead tfm providers is affected by
the amount of parallelism possible with the processing.

Introduce an async aead concurrent multiple buffer
processing speed test to be able to test performance of such
tfm providers.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c