[CRYPTO] chainiv: Avoid lock spinning where possible
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 14 Dec 2007 14:28:14 +0000 (22:28 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:55 +0000 (08:16 +1100)
commite7cd2514ea506f06bd4f7b13a9b62afd60f9c73b
tree66c46a54a2841091165a0b8083329c41f3504847
parent4726204200327c04a77b819e2c653c063f1bc6ab
[CRYPTO] chainiv: Avoid lock spinning where possible

This patch makes chainiv avoid spinning by postponing requests on lock
contention if the user allows the use of asynchronous algorithms.  If
a synchronous algorithm is requested then we behave as before.

This should improve IPsec performance on SMP when two CPUs attempt to
transmit over the same SA.  Currently one of them will spin doing nothing
waiting for the other CPU to finish its encryption.  This patch makes it
postpone the request and get on with other work.

If only one CPU is transmitting for a given SA, then we will process
the request synchronously as before.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/chainiv.c
include/crypto/internal/skcipher.h