> 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 <felix.zh...@jaguarmicro.com> > Reviewed-by: Joey Xing <joey.x...@jaguarmicro.com> Cc: sta...@dpdk.org
Acked-by: Akhil Goyal <gak...@marvell.com> Updated .mailmap Applied to dpdk-next-crypto Thanks.