From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=WBSmB8+SGI38Y0M4yD3zYlPqif1k0veLs9ERs2EPXpU=; b=BtSoWpPJ7NyvhVWtisFmkxqJACAKqcTlfXlEHSid270paBaP8IOUWG8nBSzPN0H6dc x47fL2tKSdOTSxRtr+2GfJ51x+xFdU5gtumHABREO/EK3x0xpeGC4Ad4VgeLoZzbu4xU CFuYDJFpubD8pBBecvKjOLPdyG4WZ/BWyf55+gSaGburhfghrCYZ7TkYxiQrSpipZaQS RYSD/k1MP651lOHNtVEsyF10ucy00pUosIeCB6E7mQxpKr3BM0vCbTI0M3z/EW48ZbZH oPPgrek+6rCxBivr5LycAEGW+1Pn/LguGiyVGWCBzXtSmnsiIFdfUydfdUYyobiFGVI+ HI9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=WBSmB8+SGI38Y0M4yD3zYlPqif1k0veLs9ERs2EPXpU=; b=hBkLIOXp2DACsxAgb6LzEqVB4kqpX0l35a1QsEqd3xVDYulmFfGVjWaj3IV9ECMYZC 5bzt9KRRtQ9hNFgWFMXIvqZLap9QinRH5/CLOHBemL9k57+59jy5bwBYVHdq2gAVHXR0 MXKS5fcrXN+n/aeFsdq3kPmCrquGQLdWc5tBxVNtWhljxCS2FcR1owH9v8BcANHGcINr 0pWu+Ml8CINdA2h0Usm1gTB5Pe9lUAI3Qv4nvrfTatn0o6D2uRZt3gJW95Ve8dqO3Xyp GZ8fJOgpCgkIWE9NepM4oEMYG3g2tnzrn06FCowlR1bMYzoGAh+Db/oIR+VYGpCcQqyi Z9KQ== X-Gm-Message-State: AD7BkJLqsRWVfV0rAyyeJReZl5NOuJR1egp3rxSQCWMlxF93WiJGi0BlYqst2xV2UHzya1ro X-Received: by 10.28.30.79 with SMTP id e76mr1071022wme.27.1459453660823; Thu, 31 Mar 2016 12:47:40 -0700 (PDT) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id h7sm26291488wmf.9.2016.03.31.12.47.39 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 31 Mar 2016 12:47:39 -0700 (PDT) From: Thomas Monjalon To: Arek Kusztal Cc: dev@dpdk.org, John Griffin , Fiona Trahe , Declan.doherty@intel.com Date: Thu, 31 Mar 2016 21:45:46 +0200 Message-ID: <2064353.PPZHNC2PZm@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <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> <56FBF640.2050107@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Thu, 31 Mar 2016 19:47:41 -0000 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