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 E12E2A04F2; Fri, 6 Dec 2019 19:13:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3D7378F96; Fri, 6 Dec 2019 19:13:48 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 972B75B3A for ; Fri, 6 Dec 2019 19:13:46 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Dec 2019 10:13:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,285,1571727600"; d="scan'208";a="224088056" Received: from akusztax-mobl.ger.corp.intel.com ([10.104.116.190]) by orsmga002.jf.intel.com with ESMTP; 06 Dec 2019 10:13:42 -0800 From: Arek Kusztal To: dev@dpdk.org Cc: akhil.goyal@nxp.com, fiona.trahe@intel.com, Arek Kusztal Date: Fri, 6 Dec 2019 19:13:34 +0100 Message-Id: <20191206181336.6180-1-arkadiuszx.kusztal@intel.com> X-Mailer: git-send-email 2.19.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/2] Add chacha20-poly1305 algorithm to QAT 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 patchset adds chacha20-poly1305 algorithm to Intel QuickAssit Technology Driver and corresponding test cases. This patchset depends on the "cryptodev: add chacha20-poly1305 aead algorithm" [1]. [1] http://patchwork.dpdk.org/patch/63610/ Arek Kusztal (2): crypto/qat: add chacha poly implementation test/cryptodev: add chacha poly test cases to cryptodev app/test/test_cryptodev.c | 35 +++++++++++++ app/test/test_cryptodev_aead_test_vectors.h | 77 +++++++++++++++++++++++++++++ doc/guides/cryptodevs/qat.rst | 1 + doc/guides/rel_notes/release_20_02.rst | 4 ++ drivers/common/qat/qat_adf/icp_qat_hw.h | 17 ++++++- drivers/crypto/qat/qat_sym_capabilities.h | 32 ++++++++++++ drivers/crypto/qat/qat_sym_pmd.c | 11 ++++- drivers/crypto/qat/qat_sym_session.c | 20 ++++++-- 8 files changed, 190 insertions(+), 7 deletions(-) -- 2.1.0