Re: [PATCH v2] drivers/crypto: Mark QCE as BROKEN
Eric Biggers <[email protected]> Wed, 22 Jul 2026 16:33:31 +0000
| Newsgroups | org.kernel.vger.linux-crypto,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 22, 2026 at 11:46:16AM -0400, Demi Marie Obenour wrote: > With your patch, does the driver also pass stress tests, such as > multiple threads using it in parallel with varying algorithms and > message sizes? As I've mentioned before, the self-tests (crypto/testmgr.c) don't issue more than one request concurrently. They are really designed for testing the software implementations, not the hardware drivers. None of the hardware driver authors has ever caused enough about quality to make any significant improvements to the tests. Inevitably it's just push the driver in, *maybe* run the existing incomplete tests once (for QCE it's finally getting done just now), and job done I guess. - Eric