Re: [dpdk-dev] [PATCH v3] crypto/openssl: support SG for inplace buffers

2019-11-20 Thread Akhil Goyal
> > As per current support, Scatter Gather is only supported for out of place > > input > > and output buffers. > > This patch add support for Scatter Gather for inplace buffers. > > > > Signed-off-by: Akhil Goyal > > Acked-by: Anoob Joseph Applied to dpdk-next-crypto

Re: [dpdk-dev] [PATCH v3] crypto/openssl: support SG for inplace buffers

2019-11-19 Thread Anoob Joseph
k-dev] [PATCH v3] crypto/openssl: support SG for inplace buffers > > As per current support, Scatter Gather is only supported for out of place > input > and output buffers. > This patch add support for Scatter Gather for inplace buffers. > > Signed-off-by: Akhil Goyal Acked-by: Anoob Joseph

[dpdk-dev] [PATCH v3] crypto/openssl: support SG for inplace buffers

2019-11-19 Thread Akhil Goyal
As per current support, Scatter Gather is only supported for out of place input and output buffers. This patch add support for Scatter Gather for inplace buffers. Signed-off-by: Akhil Goyal --- changes in v3: - fixed hardcode in decryption path changes in v2: - fixed typo - enabled corresponding