From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/2] Out of place operations for symmetric crypto Date: Thu, 31 Mar 2016 21:45:46 +0200 Message-ID: <2064353.PPZHNC2PZm@xps13> References: <1459244349-20476-1-git-send-email-fiona.trahe@intel.com> <1459260882-6956-1-git-send-email-fiona.trahe@intel.com> <56FBF640.2050107@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, John Griffin , Fiona Trahe , Declan.doherty@intel.com To: Arek Kusztal Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id F1C9395EF for ; Thu, 31 Mar 2016 21:47:40 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id p65so127801959wmp.0 for ; Thu, 31 Mar 2016 12:47:40 -0700 (PDT) In-Reply-To: <56FBF640.2050107@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" 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