> + # cryptodevs: # optional; add each physical bdf as its own element in the > list > + # - name: cryptodev-0 > + # pci: "ffff:ff:ff.f" > + # os_driver_for_dpdk: vfio-pci # OS driver that DPDK will use > + # os_driver: _ # This is unused but a value is necessary to run dts > + # crypto_driver: # the device type of the DUT (crypto_qat, crypto_zuc, > crypto_aesni_mb)
This naming is confusing. Can you switch to crypto_device_type? And push that naming update downwards i.e. into node.py etc. Also, how can users know where to find the full list of valid crypto_device_type fields?

