From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Griffin Subject: Re: [PATCH v2 0/2] Out of place operations for symmetric crypto Date: Wed, 30 Mar 2016 16:52:32 +0100 Message-ID: <56FBF640.2050107@intel.com> References: <1459244349-20476-1-git-send-email-fiona.trahe@intel.com> <1459260882-6956-1-git-send-email-fiona.trahe@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Declan.doherty@intel.com, Arek Kusztal To: Fiona Trahe , dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id BFFCD29B6 for ; Wed, 30 Mar 2016 17:52:39 +0200 (CEST) In-Reply-To: <1459260882-6956-1-git-send-email-fiona.trahe@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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