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 EDD9F2B9A for ; Thu, 5 Oct 2017 11:12:44 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Oct 2017 02:12:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,481,1500966000"; d="scan'208";a="142990378" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga002.jf.intel.com with ESMTP; 05 Oct 2017 02:12:42 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 5 Oct 2017 10:12:40 +0100 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.22]) by IRSMSX156.ger.corp.intel.com ([169.254.3.33]) with mapi id 14.03.0319.002; Thu, 5 Oct 2017 10:12:40 +0100 From: "Zhang, Roy Fan" To: "De Lara Guarch, Pablo" , "Doherty, Declan" , "Trahe, Fiona" , "Jain, Deepak K" , "Griffin, John" CC: "dev@dpdk.org" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH v2 0/9] Add support for AES-CCM Thread-Index: AQHTMx4uTFCxlGgrIE+4WZUjYN34k6LVDVCQ Date: Thu, 5 Oct 2017 09:12:40 +0000 Message-ID: <9F7182E3F746AB4EA17801C148F3C60433040A90@IRSMSX101.ger.corp.intel.com> References: <20170818080728.43248-1-pablo.de.lara.guarch@intel.com> <20170921131123.16513-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170921131123.16513-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzdlMDQ2NTMtM2RiYy00ZTBkLTkwZTYtZGZiZjhjY2FlNjU0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik9Dd2FjcWJXcU9tcUpkS2dRRVV5TWQ5ZGh0am5qd3pDYVg3VjJTQU9sWUk9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/9] Add support for AES-CCM 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: Thu, 05 Oct 2017 09:12:45 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, September 21, 2017 2:11 PM > To: Doherty, Declan ; Trahe, Fiona > ; Jain, Deepak K ; Griffi= n, > John > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH v2 0/9] Add support for AES-CCM >=20 > AES-CCM support is added in the OpenSSL and QAT PMDs. > The PMDs and the test code have been reworked, to avoid duplications with > AES-GCM code, as both algorithms are quite similar (both are AEAD > algorithms). >=20 > Also, an optimization for AES-GCM (and AES-CCM after the last patch) has > been introduced, initializing the OpenSSL Context with the key, at sessio= n > creation, instead of for each operation. >=20 > Changes in v2: > - Clarified API for AES-CCM > - Modified OpenSSL PMD and sample apps to comply with API > - Added support for AES-CCM in QAT > - Extended test cases for 192 and 256 bit keys Series Acked-by: Fan Zhang