Re: [dpdk-dev] [PATCH] crypto/qat: fix seg-fault

2019-07-18 Thread Akhil Goyal
> > > > > Fix for seg-faults occurring: > > 1) in buffer re-alignment in-place sgl case > > 2) case where data end is exactly at end of an sgl segment. > > Also renamed variable and increased comments for clearer code. > > > > Fixes: 40002f6c2a24 ("crypto/qat: extend support for digest-encrypte

Re: [dpdk-dev] [PATCH] crypto/qat: fix seg-fault

2019-07-10 Thread Nowak, DamianX
> -Original Message- > From: Trahe, Fiona > Sent: Wednesday, July 10, 2019 11:53 > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona ; Nowak, > DamianX ; Ananyev, Konstantin > > Subject: [PATCH] crypto/qat: fix seg-fault > > Fix for seg-faults occurring: > 1) in buffer re-alignment

Re: [dpdk-dev] [PATCH] crypto/qat: fix seg-fault

2019-07-10 Thread Ananyev, Konstantin
> > Fix for seg-faults occurring: > 1) in buffer re-alignment in-place sgl case > 2) case where data end is exactly at end of an sgl segment. > Also renamed variable and increased comments for clearer code. > > Fixes: 40002f6c2a24 ("crypto/qat: extend support for digest-encrypted > auth-ciphe

[dpdk-dev] [PATCH] crypto/qat: fix seg-fault

2019-07-10 Thread Fiona Trahe
Fix for seg-faults occurring: 1) in buffer re-alignment in-place sgl case 2) case where data end is exactly at end of an sgl segment. Also renamed variable and increased comments for clearer code. Fixes: 40002f6c2a24 ("crypto/qat: extend support for digest-encrypted auth-cipher") Signed-off-by: