commit | 9fcb191a84eb5c46004b66cc449b45b4d9a2da91 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Thu Aug 04 13:28:44 2016 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Sep 13 20:23:10 2016 +0800 |
tree | 898285b57f92f5d4130494c7febedf2c1171839c | |
parent | 164f3ef301bff9741a00ff7015f9d51f1b864201 [diff] |
crypto: omap-aes - Add fallback support As setting up the DMA operations is quite costly, add software fallback support for requests smaller than 200 bytes. This change gives some 10% extra performance in ipsec use case. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> [t-kristo@ti.com: udpated against latest upstream, to use skcipher mainly] Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>