RE: [EXTERNAL] [PATCH] test/crypto: remove unused variable

2025-03-02 Thread Akhil Goyal
> 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

[PATCH] test/crypto: remove unused variable

2025-02-20 Thread Shaokai Zhang
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 sessi