[PATCH 2/2] app/eventdev: increase number of qp descriptors

Volodymyr Fialko vfialko at marvell.com
Fri Jun 17 12:02:17 CEST 2022


Increase number of cryptodev queue pair descriptors by default.

Signed-off-by: Volodymyr Fialko <vfialko at marvell.com>
---
 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



More information about the dev mailing list