Acked-by: Abhinandan Gujjar <[email protected]>
> -----Original Message-----
> From: Aakash Sasidharan <[email protected]>
> Sent: Thursday, June 27, 2024 10:45 AM
> To: Jerin Jacob <[email protected]>
> Cc: [email protected]; [email protected]; [email protected];
> [email protected]; Gujjar, Abhinandan S
> <[email protected]>; [email protected]
> Subject: [PATCH] app/eventdev: increase default queue depth for cryptodev
>
> With crypto adapter, larger queue depths are desirable since same queue could
> be used from multiple cores at the same time. With devices that are capable of
> doing large bursts, larger queues would help in multi core management of same
> queue.
>
> Increase default queue depth in cryptodev to cater to such use cases.
>
> Signed-off-by: Aakash Sasidharan <[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 db0f9c1f3b..66d22cd559 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 1024
> +#define NB_CRYPTODEV_DESCRIPTORS 4096
> #define DATA_SIZE 512
> #define IV_OFFSET (sizeof(struct rte_crypto_op) + \
> sizeof(struct rte_crypto_sym_op) + \
> --
> 2.25.1