From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2325BCC98 for ; Fri, 17 Jun 2016 15:40:53 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 17 Jun 2016 06:40:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,483,1459839600"; d="scan'208";a="830240108" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga003.jf.intel.com with ESMTP; 17 Jun 2016 06:40:52 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.96]) by IRSMSX151.ger.corp.intel.com ([169.254.4.151]) with mapi id 14.03.0248.002; Fri, 17 Jun 2016 14:40:51 +0100 From: "Jain, Deepak K" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [PATCH v2 0/3] Add new KASUMI SW PMD Thread-Index: AQHRyINS7rUps9vtxUSj9pnzGQCiZZ/tqbEg Date: Fri, 17 Jun 2016 13:39:51 +0000 Deferred-Delivery: Fri, 17 Jun 2016 13:39:46 +0000 Message-ID: References: <1462541340-11839-1-git-send-email-pablo.de.lara.guarch@intel.com> <1466159565-27950-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1466159565-27950-1-git-send-email-pablo.de.lara.guarch@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTczOTJiNjQtY2NjMy00NGY3LWEwNTItZTgzZmUwMmM0ZWRlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjN1Uk8yV0JXQm1CU1FBUjZjeFJud1VjQnZHZUw5bDVkXC8yb3pTelpKS3MwPSJ9 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 v2 0/3] Add new KASUMI SW PMD 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, 17 Jun 2016 13:40:54 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Friday, June 17, 2016 11:33 AM > To: dev@dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo > > Subject: [PATCH v2 0/3] Add new KASUMI SW PMD >=20 > Added new SW PMD which makes use of the libsso SW library, which > provides wireless algorithms KASUMI F8 and F9 in software. >=20 > This PMD supports cipher-only, hash-only and chained operations ("cipher > then hash" and "hash then cipher") of the following > algorithms: > - RTE_CRYPTO_SYM_CIPHER_KASUMI_F8 > - RTE_CRYPTO_SYM_AUTH_KASUMI_F9 >=20 > The patchset also adds new macros to compare buffers at bit-level, since = the > PMD supports bit-level hash/cipher operations, and unit tests. >=20 > The patchset should be merged after the following patches/patchsets, as > they are making changes in some of the files of this patchset: > - rework crypto AES unit test > ("http://dpdk.org/ml/archives/dev/2016-June/041572.html") > - Refactor of debug information on cryptodev tests > ("http://dpdk.org/ml/archives/dev/2016-June/041623.html") > - doc: fix wrong supported feature table > ("http://dpdk.org/dev/patchwork/patch/13413/") >=20 > NOTE: The library necessary for this PMD is not available yet, but it wil= l be > released in the next few days. >=20 > Changes in v2: > - Fixed key length > - Refactored enqueue burst function to avoid duplication > - Added CPU flags in crypto feature flags > - Added extra unit tets > - Added documentation > - Merged last patch in v1 into the first patch > - Added new driver in MAINTAINERS >=20 > Pablo de Lara (3): > kasumi: add new KASUMI PMD > test: add new buffer comparison macros > test: add unit tests for KASUMI PMD >=20 >=20 > -- > 2.5.0 Series Acked-by: Jain, Deepak K