> In the new session framework, each crypto session no longer requires
> the session_priv_mpool, and it is no longer referenced during testsuite
> setup. However, the structure `struct crypto_testsuite_params` still
> contains the session_priv_mpool member, which may lead to
> the misunderstanding that session_priv_mpool still needs initialization.
>
> Fixes: bdce2564dbf7 ("cryptodev: rework session framework")
> Fixes: 3f3fc3308bd0 ("security: remove private mempool usage")
>
> Signed-off-by: Shaokai Zhang <[email protected]>
> Reviewed-by: Joey Xing <[email protected]>
Cc: [email protected]
Acked-by: Akhil Goyal <[email protected]>
Updated .mailmap
Applied to dpdk-next-crypto
Thanks.