Searched hist:"59 e056cda4beb5412e3653e6360c2eb0fa770baa" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/crypto/qce/ |
H A D | Makefile | diff 59e056cda4beb5412e3653e6360c2eb0fa770baa Fri Dec 20 20:02:18 CET 2019 Eneas U de Queiroz <cotequeiroz@gmail.com> crypto: qce - allow building only hashes/ciphers
Allow the user to choose whether to build support for all algorithms (default), hashes-only, or skciphers-only.
The QCE engine does not appear to scale as well as the CPU to handle multiple crypto requests. While the ipq40xx chips have 4-core CPUs, the QCE handles only 2 requests in parallel.
Ipsec throughput seems to improve when disabling either family of algorithms, sharing the load with the CPU. Enabling skciphers-only appears to work best.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | common.c | diff 59e056cda4beb5412e3653e6360c2eb0fa770baa Fri Dec 20 20:02:18 CET 2019 Eneas U de Queiroz <cotequeiroz@gmail.com> crypto: qce - allow building only hashes/ciphers
Allow the user to choose whether to build support for all algorithms (default), hashes-only, or skciphers-only.
The QCE engine does not appear to scale as well as the CPU to handle multiple crypto requests. While the ipq40xx chips have 4-core CPUs, the QCE handles only 2 requests in parallel.
Ipsec throughput seems to improve when disabling either family of algorithms, sharing the load with the CPU. Enabling skciphers-only appears to work best.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/linux/drivers/crypto/ |
H A D | Kconfig | diff 59e056cda4beb5412e3653e6360c2eb0fa770baa Fri Dec 20 20:02:18 CET 2019 Eneas U de Queiroz <cotequeiroz@gmail.com> crypto: qce - allow building only hashes/ciphers
Allow the user to choose whether to build support for all algorithms (default), hashes-only, or skciphers-only.
The QCE engine does not appear to scale as well as the CPU to handle multiple crypto requests. While the ipq40xx chips have 4-core CPUs, the QCE handles only 2 requests in parallel.
Ipsec throughput seems to improve when disabling either family of algorithms, sharing the load with the CPU. Enabling skciphers-only appears to work best.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|