On Fri, Jun 17, 2022 at 3:32 PM Volodymyr Fialko <vfia...@marvell.com> wrote: > > Increase number of cryptodev queue pair descriptors by default.
Please add more details for the reason for the change > > Signed-off-by: Volodymyr Fialko <vfia...@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 >