Reviewed-by: Patrick Robb <[email protected]> I will apply to next-dts with a little commit reword.
On Thu, Mar 19, 2026 at 10:55 AM Andrew Bailey <[email protected]> wrote: > The recently added crypto throughput test suite was missing a number > of crypto device types. This patch adds these missing drivers. > > Fixes: 76e3fdd7b5c6 ("dts: add cryptodev package to DTS") > > Signed-off-by: Andrew Bailey <[email protected]> > --- > dts/api/cryptodev/config.py | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/dts/api/cryptodev/config.py b/dts/api/cryptodev/config.py > index ff4ce25c93..69ff7aa59a 100644 > --- a/dts/api/cryptodev/config.py > +++ b/dts/api/cryptodev/config.py > @@ -38,18 +38,27 @@ class DeviceType(StrEnum): > crypto_aesni_gcm = auto() > crypto_aesni_mb = auto() > crypto_armv8 = auto() > + crypto_bcmfs = auto() > + crypto_caam_jr = auto() > + crypto_ccp = auto() > + crypto_chacha20_poly1305 = auto() > crypto_cn10k = auto() > crypto_cn9k = auto() > crypto_dpaa_sec = auto() > crypto_dpaa2_sec = auto() > + crypto_ionic = auto() > crypto_kasumi = auto() > + crypto_mlx5 = auto() > crypto_mvsam = auto() > + crypto_nitrox = auto() > crypto_null = auto() > crypto_octeontx = auto() > crypto_openssl = auto() > crypto_qat = auto() > crypto_scheduler = auto() > crypto_snow3g = auto() > + crypto_uadk = auto() > + crypto_virtio = auto() > crypto_zuc = auto() > > > -- > 2.50.1 > >

