linux_dsm_epyc7002/drivers/crypto/virtio
Gonglei \(Arei\) 87170961f3 crypto: virtio - adjust priority of algorithm
Some hardware accelerators (like intel aesni or the s390
cpacf functions) have lower priorities than virtio
crypto, and those drivers are faster than the same in
the host via virtio. So let's lower the priority of
virtio-crypto's algorithm, make it's higher than software
implementations but lower than the hardware ones.

Suggested-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-01-13 18:47:22 +08:00
..
Kconfig crypto: virtio - support crypto engine framework 2016-12-30 19:52:38 +08:00
Makefile
virtio_crypto_algs.c crypto: virtio - adjust priority of algorithm 2017-01-13 18:47:22 +08:00
virtio_crypto_common.h crypto: virtio - support crypto engine framework 2016-12-30 19:52:38 +08:00
virtio_crypto_core.c crypto: virtio - support crypto engine framework 2016-12-30 19:52:38 +08:00
virtio_crypto_mgr.c