Skip to content
Commit 81760ea6 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: cryptd - Add helpers to check whether a tfm is queued



This patch adds helpers to check whether a given tfm is currently
queued.  This is meant to be used by ablk_helper and similar
entities to ensure that no reordering is introduced because of
requests queued in cryptd with respect to requests being processed
in softirq context.

The per-cpu queue length limit is also increased to 1000 in line
with network limits.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 47a1f0b2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment