]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: qat - lower priority for skcipher and aead algorithms
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>
Fri, 13 Jun 2025 10:32:27 +0000 (11:32 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 23 Jun 2025 09:00:27 +0000 (17:00 +0800)
commit8024774190a5ef2af2c5846f60a50b23e0980a32
tree0e286b48fb0308031b87f40109a39ff71004756b
parent1e2b7fcd3f075ff8c5b0e4474fe145d1c685f54f
crypto: qat - lower priority for skcipher and aead algorithms

Most kernel applications utilizing the crypto API operate synchronously
and on small buffer sizes, therefore do not benefit from QAT acceleration.

Reduce the priority of QAT implementations for both skcipher and aead
algorithms, allowing more suitable alternatives to be selected by default.

Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Link: https://lore.kernel.org/all/20250613012357.GA3603104@google.com/
Cc: stable@vger.kernel.org
Acked-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/intel/qat/qat_common/qat_algs.c