commit | bc3854476f36d816d52cd8d41d1ecab2f8b6cdcf | [log] [tgz] |
---|---|---|
author | Tom Lendacky <thomas.lendacky@amd.com> | Fri Jan 24 16:18:08 2014 -0600 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Feb 09 09:59:24 2014 +0800 |
tree | 4554073b75d21dac505e5992986b43ca5cc00a28 | |
parent | c11baa02c5d6ea06362fa61da070af34b7706c83 [diff] |
crypto: ccp - Use a single queue for proper ordering of tfm requests Move to a single queue to serialize requests within a tfm. When testing using IPSec with a large number of network connections the per cpu tfm queuing logic was not working properly. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>