Re: [dpdk-dev] [PATCH v2] crypto/octeontx2: fix lookaside IPsec IV pointer

2021-07-18 Thread Akhil Goyal
> > Fixing IV pointer population in lookaside IPsec > > outbound instruction. > > > > Fixes: fab634eb87ca ("crypto/octeontx2: support security session data > path") > > > > Signed-off-by: Tejasree Kondoj > > --- > > v2: > > * Fixed unused variable warning > Acked-by: Akhil Goyal > > Applied to d

Re: [dpdk-dev] [PATCH v2] crypto/octeontx2: fix lookaside IPsec IV pointer

2021-07-18 Thread Akhil Goyal
> Fixing IV pointer population in lookaside IPsec > outbound instruction. > > Fixes: fab634eb87ca ("crypto/octeontx2: support security session data path") > > Signed-off-by: Tejasree Kondoj > --- > v2: > * Fixed unused variable warning Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.

[dpdk-dev] [PATCH v2] crypto/octeontx2: fix lookaside IPsec IV pointer

2021-07-16 Thread Tejasree Kondoj
Fixing IV pointer population in lookaside IPsec outbound instruction. Fixes: fab634eb87ca ("crypto/octeontx2: support security session data path") Signed-off-by: Tejasree Kondoj --- v2: * Fixed unused variable warning drivers/crypto/octeontx2/otx2_ipsec_po_ops.h | 12 ++-- 1 file chang