From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 1B8CF201 for ; Fri, 6 May 2016 17:13:29 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 06 May 2016 08:13:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,587,1455004800"; d="scan'208";a="970200308" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga002.jf.intel.com with ESMTP; 06 May 2016 08:13:27 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX108.ger.corp.intel.com (163.33.3.3) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 6 May 2016 16:13:26 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.133]) by irsmsx111.ger.corp.intel.com ([169.254.2.233]) with mapi id 14.03.0248.002; Fri, 6 May 2016 16:13:26 +0100 From: "Jain, Deepak K" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "Griffin, John" Thread-Topic: [PATCH 0/2] Added AES counter mode capability Thread-Index: AQHRp4E0cJQ+N+kIVk6mrsuy//4Nlp+sA9Uw Date: Fri, 6 May 2016 15:13:24 +0000 Deferred-Delivery: Fri, 6 May 2016 15:13:23 +0000 Message-ID: References: <1462530136-9216-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1462530136-9216-1-git-send-email-arkadiuszx.kusztal@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWViMWUzN2EtMmNlMC00OTQxLWIxM2YtZGMxNDIxMzUyYWE5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IllzSjZodWJmUFBiZnpiOWhKaXFYamh1N0QyOENtMCtIaWxNOFl2VzI3TXc9In0= x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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: Fri, 06 May 2016 15:13:30 -0000 Series-Acked-by: Deepak Kumar JAIN -----Original Message----- From: Kusztal, ArkadiuszX=20 Sent: Friday, May 6, 2016 11:22 AM To: dev@dpdk.org Cc: Trahe, Fiona ; Jain, Deepak K ; Griffin, John ; Kusztal, ArkadiuszX Subject: [PATCH 0/2] Added AES counter mode capability This patchset adds AES counter mode capability for Intel QuickAssist Techno= logy crypto driver. It adds six test cases for 16B, 24B, 32B key size. NOTE: Need to repost this patchset because of the problem in email header. 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