crypto: api - Use dedicated workqueue for crypto subsystem
authorHuang Ying <ying.huang@intel.com>
Thu, 19 Feb 2009 06:33:40 +0000 (14:33 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 19 Feb 2009 06:33:40 +0000 (14:33 +0800)
commit25c38d3fb92fc23af7730a1601bc20af8216ae44
treec191112a61457ecbf69d1a477705c87678a44231
parent6fe4a28d8855e072036f36ee22f0a8f43f44918f
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>
crypto/Kconfig
crypto/Makefile
crypto/crypto_wq.c [new file with mode: 0644]
include/crypto/crypto_wq.h [new file with mode: 0644]