> diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
> index c975c38001..e181b0aa3e 100644
> --- a/app/test/test_cryptodev.c
> +++ b/app/test/test_cryptodev.c
> @@ -14986,8 +14986,8 @@ test_scheduler_attach_worker_op(void)
>                       ts_params->session_mpool =
>                               rte_cryptodev_sym_session_pool_create(
>                                               "test_sess_mp",
> -                                             MAX_NB_SESSIONS, 0, 0, 0,
> -                                             SOCKET_ID_ANY);
> +                                             MAX_NB_SESSIONS,
> session_size,
> +                                             0, 0, SOCKET_ID_ANY);
>                       TEST_ASSERT_NOT_NULL(ts_params->session_mpool,
>                                       "session mempool allocation failed");
>               }
This change should not be part of this patch. Please move it to other patch.

Reply via email to