From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6796C5597 for ; Tue, 29 Mar 2016 16:24:21 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 29 Mar 2016 07:23:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,411,1455004800"; d="scan'208";a="75229509" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga004.fm.intel.com with ESMTP; 29 Mar 2016 07:23:47 -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 u2TENkEL014626; Tue, 29 Mar 2016 15:23:46 +0100 Received: by linux.site (Postfix, from userid 11342333) id 9DB3CE3BBE; Tue, 29 Mar 2016 15:15:05 +0100 (IST) From: Fiona Trahe To: dev@dpdk.org Cc: Declan.doherty@intel.com, Arek Kusztal Date: Tue, 29 Mar 2016 15:14:40 +0100 Message-Id: <1459260882-6956-1-git-send-email-fiona.trahe@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1459244349-20476-1-git-send-email-fiona.trahe@intel.com> References: <1459244349-20476-1-git-send-email-fiona.trahe@intel.com> Subject: [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: Tue, 29 Mar 2016 14:24:21 -0000 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(-)