app/eventdev: increase number of descriptors

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>
This commit is contained in:
Volodymyr Fialko 2022-06-17 14:38:18 +02:00 committed by Jerin Jacob
parent 3158ec9fd5
commit f3a670783f

View 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;