From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 30 Mar 2016 08:52:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,416,1455004800"; d="scan'208";a="678058610" Received: from sie-lab-212-151.ir.intel.com (HELO [10.237.212.151]) ([10.237.212.151]) by FMSMGA003.fm.intel.com with ESMTP; 30 Mar 2016 08:52:33 -0700 To: Fiona Trahe , dev@dpdk.org References: <1459244349-20476-1-git-send-email-fiona.trahe@intel.com> <1459260882-6956-1-git-send-email-fiona.trahe@intel.com> Cc: Declan.doherty@intel.com, Arek Kusztal From: John Griffin Message-ID: <56FBF640.2050107@intel.com> Date: Wed, 30 Mar 2016 16:52:32 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1459260882-6956-1-git-send-email-fiona.trahe@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/2] Out of place operations for symmetric crypto X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 15:52:40 -0000 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