From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arek Kusztal Subject: [PATCH 0/3] Add DES capability to Intel QuickAssist Technology driver Date: Fri, 2 Dec 2016 14:15:59 +0000 Message-ID: <1480688162-27474-1-git-send-email-arkadiuszx.kusztal@intel.com> Cc: fiona.trahe@intel.com, pablo.de.lara.guarch@intel.com, john.griffin@intel.com, deepak.k.jain@intel.com, Arek Kusztal To: dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 7B878B33E for ; Fri, 2 Dec 2016 15:16:09 +0100 (CET) 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 Data Encryption Standard (DES) capability to Intel QuickAssist Technology driver and corresponding tests to test files. Arek Kusztal (3): lib/librte_cryptodev: add DES CBC cipher algorithm crypto/qat: add DES capability to Intel QAT driver app/test: add DES tests to Intel QAT crypto test suite app/test/test_cryptodev.c | 18 ++++ app/test/test_cryptodev_blockcipher.c | 5 ++ app/test/test_cryptodev_blockcipher.h | 3 +- app/test/test_cryptodev_des_test_vectors.h | 110 +++++++++++++++++++++++ doc/guides/cryptodevs/qat.rst | 1 + doc/guides/rel_notes/release_17_02.rst | 6 ++ drivers/crypto/qat/qat_adf/qat_algs.h | 1 + drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 16 ++++ drivers/crypto/qat/qat_crypto.c | 29 +++++- lib/librte_cryptodev/rte_crypto_sym.h | 4 + 10 files changed, 191 insertions(+), 2 deletions(-) -- 2.1.0