Re: [dpdk-dev] [PATCH] crypto/aesni_mb: check if session is valid

2020-05-09 Thread Akhil Goyal
> > Check if session is valid after getting operation > out of the internal IPSec MB manager, in case the > session has been freed while the operation was still > inside the manager. > > Signed-off-by: Pablo de Lara > --- Applied to dpdk-next-crypto Thanks.

[dpdk-dev] [PATCH] crypto/aesni_mb: check if session is valid

2020-04-20 Thread Pablo de Lara
Check if session is valid after getting operation out of the internal IPSec MB manager, in case the session has been freed while the operation was still inside the manager. Signed-off-by: Pablo de Lara --- drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 4 1 file changed, 4 insertions(+) diff