From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 8820CCFF5 for ; Fri, 17 Jun 2016 15:41:30 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 17 Jun 2016 06:41:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,483,1459839600"; d="scan'208";a="123963302" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga004.fm.intel.com with ESMTP; 17 Jun 2016 06:41:28 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.96]) by irsmsx105.ger.corp.intel.com ([169.254.7.51]) with mapi id 14.03.0248.002; Fri, 17 Jun 2016 14:41:28 +0100 From: "Jain, Deepak K" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "Doherty, Declan" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH v2 00/11] Snow3G bit-level support Thread-Index: AQHRyIoOBYa5phAVwU+VJVMAym2llJ/tqiVg Date: Fri, 17 Jun 2016 13:41:26 +0000 Deferred-Delivery: Fri, 17 Jun 2016 13:40:40 +0000 Message-ID: References: <1462543429-26741-1-git-send-email-pablo.de.lara.guarch@intel.com> <1466162692-24654-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1466162692-24654-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzNlNWI0ZWMtYTNhMi00ODQxLTgyNzUtMjI3ZTI5NWQ1MTQ2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImhUSW1wWU1HUkVPSHhNQVJGMCs2Y3ZiRk9cL2h1b3hzdmN5aG5RMndBOUdNPSJ9 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 00/11] Snow3G bit-level support 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:41:31 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Friday, June 17, 2016 12:25 PM > To: dev@dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo > > Subject: [dpdk-dev] [PATCH v2 00/11] Snow3G bit-level support >=20 > The underlying library libsso for Snow3G PMD will be updated, to support = bit- > level operations. >=20 > This patchset updates the PMD to allow the user to perform crypto operati= on > at bit-level. It also add some unit tests and updates the documentation. >=20 > This patchset depends on the following patchset: > "Add new KASUMI SW PMD" > (http://dpdk.org/ml/archives/dev/2016-June/041906.html) >=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: > - Include macros for IV/digest lengths > - Refactored enqueue burst function to avoid duplication > - Added cpu flags in crypto feature flags > - Removed/refactored functions in unit tests >=20 > Pablo de Lara (11): > snow3g: rename libsso reference due to library update > doc: update build instructions for libsso_snow3g > snow3g: define IV/digest length macros > snow3g: support bit-level operations > snow3g: add missing feature flags > test: use new bit-level memcmp macro > test: fix buffer lengths for snow3G tests > test: add out-of-place crypto op tests for Snow3G PMD > test: add bit-level Snow3G UIA2 tests > test: add Snow3G UEA2 test with offset > test: refactor snow3g/kasumi tests >=20 > app/test/test_cryptodev.c | 803 ++++++++++-----= ------ > app/test/test_cryptodev_snow3g_hash_test_vectors.h | 107 +++ > config/common_base | 4 +- > doc/guides/cryptodevs/snow3g.rst | 40 +- > drivers/crypto/snow3g/Makefile | 10 +- > drivers/crypto/snow3g/rte_snow3g_pmd.c | 216 ++++-- > mk/rte.app.mk | 2 +- > scripts/test-build.sh | 6 +- > 8 files changed, 677 insertions(+), 511 deletions(-) >=20 > -- > 2.5.0 Series Acked-by: Jain, Deepak K