[dpdk-dev] [PATCH v2 0/2] Out of place operations for symmetric crypto
2016-03-30 16:52, John Griffin: > On 29/03/16 15:14, Fiona Trahe wrote: > > From: Arek Kusztal > > > > This patch adds out of place operations for qat symmetric crypto PMD, > > i.e. the result of the operation can be written to the destination buffer > > instead of overwriting the source buffer as done in "in-place" operation. > > > > v2: > > - updated commit message to clarify out-of-place meaning > > > > > > Arek Kusztal (2): > >driver/crypto: out-of-place symmetric operations > >app/test: added test for out-of-place symmetric operations > > Acked-by: John Griffin Applied, thanks
[dpdk-dev] [PATCH v2 0/2] Out of place operations for symmetric crypto
On 29/03/16 15:14, Fiona Trahe wrote: > From: Arek Kusztal > > This patch adds out of place operations for qat symmetric crypto PMD, > i.e. the result of the operation can be written to the destination buffer > instead of overwriting the source buffer as done in "in-place" operation. > > v2: > - updated commit message to clarify out-of-place meaning > > > Arek Kusztal (2): >driver/crypto: out-of-place symmetric operations >app/test: added test for out-of-place symmetric operations > > app/test/test_cryptodev.c | 495 > ++- > doc/guides/cryptodevs/qat.rst |1 - > drivers/crypto/qat/qat_crypto.c | 22 +- > 3 files changed, 504 insertions(+), 14 deletions(-) > Acked-by: John Griffin
[dpdk-dev] [PATCH v2 0/2] Out of place operations for symmetric crypto
From: Arek Kusztal This patch adds out of place operations for qat symmetric crypto PMD, i.e. the result of the operation can be written to the destination buffer instead of overwriting the source buffer as done in "in-place" operation. v2: - updated commit message to clarify out-of-place meaning Arek Kusztal (2): driver/crypto: out-of-place symmetric operations app/test: added test for out-of-place symmetric operations app/test/test_cryptodev.c | 495 ++- doc/guides/cryptodevs/qat.rst |1 - drivers/crypto/qat/qat_crypto.c | 22 +- 3 files changed, 504 insertions(+), 14 deletions(-)