crypto: ccp - Use a single queue for proper ordering of tfm requests
authorTom Lendacky <thomas.lendacky@amd.com>
Fri, 24 Jan 2014 22:18:08 +0000 (16:18 -0600)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 9 Feb 2014 01:59:24 +0000 (09:59 +0800)
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>
drivers/crypto/ccp/ccp-crypto-main.c

Simple merge