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

2019-11-19 Thread Akhil Goyal
Hi Anoob, Any more comments on this patch? If not please Ack. Thanks, Akhil > > 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 > ---

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

2019-11-18 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 v2: - fixed typo - enabled corresponding test case - removed hardcodings app/test/test_cr