From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B8A5FA2EDB for ; Fri, 6 Sep 2019 16:51:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7F8CD1F416; Fri, 6 Sep 2019 16:51:30 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 9A03F1F40F for ; Fri, 6 Sep 2019 16:51:29 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Sep 2019 07:51:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,473,1559545200"; d="scan'208";a="213165535" Received: from adamdybx-mobl.ger.corp.intel.com (HELO addy-VirtualBox.isw.intel.com) ([10.103.104.111]) by fmsmga002.fm.intel.com with ESMTP; 06 Sep 2019 07:51:26 -0700 From: Adam Dybkowski To: dev@dpdk.org, fiona.trahe@intel.com Cc: Adam Dybkowski Date: Fri, 6 Sep 2019 16:47:49 +0200 Message-Id: <20190906144751.3420-1-adamx.dybkowski@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH 0/2] QAT: handle Single Pass GCM X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch improves the performance of AES GCM by using the Single Pass Crypto Request functionality when running on GEN3 QAT. Adam Dybkowski (2): common/qat: add new QAT GEN3 definitions crypto/qat: handle Single Pass Crypto Requests drivers/common/qat/qat_adf/icp_qat_fw_la.h | 19 +++++++++--- drivers/crypto/qat/qat_sym.c | 36 ++++++++++++++++++++-- drivers/crypto/qat/qat_sym_session.c | 2 +- 3 files changed, 49 insertions(+), 8 deletions(-) -- 2.17.1