+1
−0
Loading
The QAT crypto devices can expose two types of crypto devices, symmetric (sym) and asymmetric (asym), for each Virtual Function (VF). The DPDK QAT PMD recommends adjusting the RTE_CRYPTO_MAX_DEVS to accommodate different scenarios. Currently, the maximum limit is set to 64 devices. This limit is only sufficient for 2 QAT devices that expose 16 VFs, each with 2 PMD devices (sym and asym). However, this limit is exceeded in the SPDK Jenkins CI environment, necessitating an increase in this value. This change is related to issue #2258. Change-Id: I1aa6514815b8bc20d13939ff63e9ddf049c02e68 Signed-off-by:Sebastian Brzezinka <sebastian.brzezinka@intel.com> Signed-off-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22603 Reviewed-by:
Jim Harris <jim.harris@samsung.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot