From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ftrahe@ecsmtp.ir.intel.com>
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id 396895587
 for <dev@dpdk.org>; Tue, 29 Mar 2016 11:48:51 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by orsmga102.jf.intel.com with ESMTP; 29 Mar 2016 02:48:23 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.24,410,1455004800"; d="scan'208";a="773720961"
Received: from irvmail001.ir.intel.com ([163.33.26.43])
 by orsmga003.jf.intel.com with ESMTP; 29 Mar 2016 02:48:22 -0700
Received: from linux.site (sisvmlab045.ir.intel.com [10.237.216.57])
 by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id
 u2T9mL4F014162; Tue, 29 Mar 2016 10:48:21 +0100
Received: by linux.site (Postfix, from userid 11342333)
 id 7DCE3E3BBE; Tue, 29 Mar 2016 10:39:40 +0100 (IST)
From: Fiona Trahe <fiona.trahe@intel.com>
To: dev@dpdk.org
Cc: Declan.doherty@intel.com, Arek Kusztal <arkadiuszx.kusztal@intel.com>
Date: Tue, 29 Mar 2016 10:39:07 +0100
Message-Id: <1459244349-20476-1-git-send-email-fiona.trahe@intel.com>
X-Mailer: git-send-email 1.7.0.7
Subject: [dpdk-dev] [PATCH 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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Mar 2016 09:48:51 -0000

From: Arek Kusztal <arkadiuszx.kusztal@intel.com>

This patch adds out of place operations for qat symmetric crypto operations.

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(-)