]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
crypto: tcrypt - add multibuf skcipher speed test
authorGilad Ben-Yossef <gilad@benyossef.com>
Sun, 17 Dec 2017 08:29:04 +0000 (08:29 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 28 Dec 2017 06:56:41 +0000 (17:56 +1100)
commite161c5930c150abab95d2ccad428d68ce1780ea1
tree20b88a86c03d4f225b2cdf5dba90ccb576ef4de6
parentb34a0f67ba62027394598e3c47fd3549c5c8e294
crypto: tcrypt - add multibuf skcipher speed test

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

Introduce an async skcipher 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