From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 76EA92BDD for ; Mon, 7 Mar 2016 20:48:38 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 07 Mar 2016 11:48:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,553,1449561600"; d="scan'208";a="61548828" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga004.fm.intel.com with ESMTP; 07 Mar 2016 11:48:37 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.13]) by IRSMSX152.ger.corp.intel.com ([169.254.6.34]) with mapi id 14.03.0248.002; Mon, 7 Mar 2016 19:48:36 +0000 From: "De Lara Guarch, Pablo" To: "dev@dpdk.org" Thread-Topic: [PATCH v2] pmd/snow3g: add new SNOW 3G SW PMD Thread-Index: AQHReHpzMkRreZ9Cvk+KS5D/MrquX59OY2ww Date: Mon, 7 Mar 2016 19:48:35 +0000 Message-ID: References: <1454076947-3769-1-git-send-email-pablo.de.lara.guarch@intel.com> <1457359641-29162-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1457359641-29162-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-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGI4OTFhM2QtOTk0NS00YmEzLWIxNTItMmExNmI1NWM3Yjg0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlBqWkFYTHFLSU93cndUYmpCVGREK3lLZnlSN2dyQnlhamRtQ1hRUnBLbkU9In0= x-ctpclassification: CTP_IC 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] pmd/snow3g: add new SNOW 3G 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: Mon, 07 Mar 2016 19:48:38 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Monday, March 07, 2016 2:07 PM > To: dev@dpdk.org > Cc: Doherty, Declan; De Lara Guarch, Pablo > Subject: [PATCH v2] pmd/snow3g: add new SNOW 3G SW PMD >=20 > Added new SW PMD which makes use of the libsso SW library, > which provides wireless algorithms SNOW 3G UEA2 and UIA2 > 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_SNOW3G_UEA2 > - RTE_CRYPTO_SYM_HASH_SNOW3G_UIA2 >=20 > The SNOW 3G hash and cipher algorithms, which are enabled > by this crypto PMD are implemented by Intel's libsso software > library. For library download and build instructions, > see the documentation included (doc/guides/cryptodevs/snow3g.rst) >=20 > The patch also contains the related unit tests function to test the PMD > supported operations. >=20 > Signed-off-by: Pablo de Lara Nack, because of wrong dependency.