OSDN Git Service

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)
commit427988d981c4c20a7f0421873351ccd14a88e2b2
tree40345c1003120f7acc4a6e667dca412c577df0f7
parente161c5930c150abab95d2ccad428d68ce1780ea1
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