diff options
author | Huang Ying <ying.huang@intel.com> | 2009-02-19 01:33:40 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2009-02-19 01:33:40 -0500 |
commit | 25c38d3fb92fc23af7730a1601bc20af8216ae44 (patch) | |
tree | c191112a61457ecbf69d1a477705c87678a44231 /crypto/Kconfig | |
parent | 6fe4a28d8855e072036f36ee22f0a8f43f44918f (diff) |
crypto: api - Use dedicated workqueue for crypto subsystem
Use dedicated workqueue for crypto subsystem
A dedicated workqueue named kcrypto_wq is created to be used by crypto
subsystem. The system shared keventd_wq is not suitable for
encryption/decryption, because of potential starvation problem.
Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index a83ce0462b6b..420b630a17cf 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -106,6 +106,9 @@ config CRYPTO_NULL | |||
106 | help | 106 | help |
107 | These are 'Null' algorithms, used by IPsec, which do nothing. | 107 | These are 'Null' algorithms, used by IPsec, which do nothing. |
108 | 108 | ||
109 | config CRYPTO_WORKQUEUE | ||
110 | tristate | ||
111 | |||
109 | config CRYPTO_CRYPTD | 112 | config CRYPTO_CRYPTD |
110 | tristate "Software async crypto daemon" | 113 | tristate "Software async crypto daemon" |
111 | select CRYPTO_BLKCIPHER | 114 | select CRYPTO_BLKCIPHER |