> > Subject: [dpdk-dev v1] crypto/ipsec_mb: fix of qp NULL check
> >
> > This patch fix the NULL pointer check when dereference qp and ring lookup.
> >
> > Coverity issue: 381625
> > Fixes: c75542ae4200 ("crypto/ipsec_mb: introduce IPsec_mb framework")
> > Cc: [email protected]
> >
> > Signed-off-by: Kai Ji <[email protected]>
> > ---
> > drivers/crypto/ipsec_mb/ipsec_mb_ops.c | 5 +++--
> > 1 file changed, 3 insertions(+), 2 deletions(-)
>
> Acked-by: Ciara Power <[email protected]>
Cc: [email protected]
You should use devtools/check-git-log.sh
Applied to dpdk-next-crypto
Thanks.