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

2020-10-09 Thread Akhil Goyal
> 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

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

2020-10-06 Thread David Coyle
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 no