From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0B90737B8 for ; Thu, 5 May 2016 15:34:07 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 05 May 2016 06:34:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,582,1455004800"; d="scan'208";a="959513486" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 05 May 2016 06:34:05 -0700 Received: from sivswdev03.ir.intel.com (sivswdev03.ir.intel.com [10.237.217.157]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u45DY50Y014869; Thu, 5 May 2016 14:34:05 +0100 Received: from sivswdev03.ir.intel.com (localhost [127.0.0.1]) by sivswdev03.ir.intel.com with ESMTP id u45DY5qM010698; Thu, 5 May 2016 14:34:05 +0100 Received: (from akusztax@localhost) by sivswdev03.ir.intel.com with œ id u45DY4hX010694; Thu, 5 May 2016 14:34:05 +0100 From: Arek Kusztal To: dev@dpdk.org Cc: declan.doherty@intel.com, Arek Kusztal Date: Thu, 5 May 2016 14:33:57 +0100 Message-Id: <1462455239-10376-1-git-send-email-arkadiuszx.kusztal@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH 0/2] Added AES counter mode capability 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: Thu, 05 May 2016 13:34:08 -0000 This patchset adds AES counter mode capability for Intel QuickAssist Technology crypto driver. It adds six test cases for 16B, 24B, 32B key size. Arek Kusztal (2): qat: add AES counter mode capability app/test: add test cases for AES CTR app/test/test_cryptodev.c | 254 ++++++++++++++++++++++++ app/test/test_cryptodev_aes_ctr_test_vectors.h | 257 +++++++++++++++++++++++++ doc/guides/cryptodevs/overview.rst | 6 +- doc/guides/cryptodevs/qat.rst | 3 + doc/guides/rel_notes/release_16_07.rst | 5 + drivers/crypto/qat/qat_crypto.c | 29 ++- 6 files changed, 550 insertions(+), 4 deletions(-) create mode 100644 app/test/test_cryptodev_aes_ctr_test_vectors.h -- 2.1.0