[dpdk-dev] [PATCH v2] crypto/aesni_mb: fix incorrect clearing of security session

Akhil Goyal akhil.goyal at nxp.com
Fri Oct 9 21:31:28 CEST 2020


> When destroying a security session, the AESNI-MB PMD attempted to clear
> the private aesni_mb session object to remove any key material. However,
> the function aesni_mb_pmd_sec_sess_destroy() cleared the security session
> object instead of the private session object.
> 
> This patch fixes this issue by now clearing the private session object.
> 
> Fixes: fda5216fba55 ("crypto/aesni_mb: support DOCSIS protocol")
> Cc: stable at dpdk.org
> 
> Signed-off-by: David Coyle <david.coyle at intel.com>
> Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
> ---
Applied to dpdk-next-crypto

Thanks.



More information about the dev mailing list