1diff --git a/config/rte_config.h b/config/rte_config.h 2index cab4390..020b9da 100644 3--- a/config/rte_config.h 4+++ b/config/rte_config.h 5@@ -59,7 +59,7 @@ 6 #define RTE_MAX_MULTI_HOST_CTRLS 4 7 8 /* cryptodev defines */ 9-#define RTE_CRYPTO_MAX_DEVS 64 10+#define RTE_CRYPTO_MAX_DEVS 128 11 #define RTE_CRYPTODEV_NAME_LEN 64 12 #define RTE_CRYPTO_CALLBACKS 1 13 14