From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 289921B5E2; Tue, 9 Oct 2018 18:31:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Oct 2018 09:31:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,360,1534834800"; d="scan'208";a="77436340" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga008.fm.intel.com with ESMTP; 09 Oct 2018 09:25:57 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.4]) by IRSMSX104.ger.corp.intel.com ([169.254.5.213]) with mapi id 14.03.0319.002; Tue, 9 Oct 2018 17:25:56 +0100 From: "Trahe, Fiona" To: "Cel, TomaszX" , "dev@dpdk.org" CC: "stable@dpdk.org" , "akhil.goyal@nxp.com" , "Kovacevic, Marko" , "Kusztal, ArkadiuszX" , "mattias.ronnblom@ericsson.com" Thread-Topic: [PATCH v4 0/3] add AES-CMAC support Thread-Index: AQHUX+pWMavi6qZg9UW0c2MmatmZOqUXGXnw Date: Tue, 9 Oct 2018 16:25:55 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B43589646F0D@IRSMSX101.ger.corp.intel.com> References: <1538158257-17898-1-git-send-email-tomaszx.cel@intel.com> <1539101292-18984-1-git-send-email-tomaszx.cel@intel.com> In-Reply-To: <1539101292-18984-1-git-send-email-tomaszx.cel@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWY0ZWQ5MGEtNzE2Ni00NjA4LThkODEtODFmNzk1ZjFhZWViIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiUzV5TTVVazBpMUhIWXowRGM3c2hVcUpPSHFJMmVXdlF5R28rNnA1aHRVaWVqMFZia2xvUmlvVXB6eVwvZXMwQmwifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 0/3] add AES-CMAC support 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: , X-List-Received-Date: Tue, 09 Oct 2018 16:31:16 -0000 > -----Original Message----- > From: Cel, TomaszX > Sent: Tuesday, October 9, 2018 5:08 PM > To: dev@dpdk.org > Cc: stable@dpdk.org; Trahe, Fiona ; akhil.goyal@nx= p.com; Kovacevic, Marko > ; Kusztal, ArkadiuszX ; > mattias.ronnblom@ericsson.com; Cel, TomaszX > Subject: [PATCH v4 0/3] add AES-CMAC support >=20 > This patch add support for AES-CMAC, moreover update QAT documentation > and enable tests for AES-CMAC. >=20 > v4: > - moved the capability changes from patch doc/qat to patch crypto/qat >=20 > v3: > - added AES-CMAC to the capabilities list > - updated release note for 18.11 > - updated qat.rst file >=20 > v2: > - deleted unnecessary white space from documentation part >=20 > Tomasz Cel (3): > crypto/qat: add support AES-CMAC > test/qat: test for AES-CMAC > doc/qat: update AES-CMAC documentation >=20 > doc/guides/cryptodevs/features/qat.ini | 1 + > doc/guides/cryptodevs/qat.rst | 1 + > doc/guides/rel_notes/release_18_11.rst | 6 + > drivers/crypto/qat/qat_sym_capabilities.h | 20 +++ > drivers/crypto/qat/qat_sym_session.c | 190 +++++++++++++++++++--= ------ > drivers/crypto/qat/qat_sym_session.h | 3 + > test/test/test_cryptodev_hash_test_vectors.h | 12 +- > 7 files changed, 175 insertions(+), 58 deletions(-) >=20 > -- > 2.7.4 Series-acked-by: Fiona Trahe