Increase number of cryptodev queue pair descriptors by default.
Signed-off-by: Volodymyr Fialko <[email protected]>
---
app/test-eventdev/test_perf_common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/test-eventdev/test_perf_common.c
b/app/test-eventdev/test_perf_common.c
index a5e031873d..81420be73a 100644
--- a/app/test-eventdev/test_perf_common.c
+++ b/app/test-eventdev/test_perf_common.c
@@ -6,7 +6,7 @@
#include "test_perf_common.h"
-#define NB_CRYPTODEV_DESCRIPTORS 128
+#define NB_CRYPTODEV_DESCRIPTORS 1024
#define DATA_SIZE 512
struct modex_test_data {
enum rte_crypto_asym_xform_type xform_type;
--
2.25.1