]> git.droids-corp.org - dpdk.git/commitdiff
app/eventdev: increase number of descriptors
authorVolodymyr Fialko <vfialko@marvell.com>
Fri, 17 Jun 2022 12:38:18 +0000 (14:38 +0200)
committerJerin Jacob <jerinj@marvell.com>
Mon, 20 Jun 2022 19:28:18 +0000 (21:28 +0200)
Increase number of cryptodev queue pair descriptors by default. Current
size of 128 descriptors does not satisfying minimal requirements of crypto
drivers.

Signed-off-by: Volodymyr Fialko <vfialko@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
app/test-eventdev/test_perf_common.c

index a5e031873df8b106c5baef12da49898ef82ea723..81420be73aebbd933f85b255952727777ed00254 100644 (file)
@@ -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;