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 2676B5584 for ; Thu, 28 Jul 2016 23:49:15 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 28 Jul 2016 14:49:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,435,1464678000"; d="scan'208,217";a="1004510835" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga001.jf.intel.com with ESMTP; 28 Jul 2016 14:49:13 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.71]) by IRSMSX101.ger.corp.intel.com ([169.254.1.183]) with mapi id 14.03.0248.002; Thu, 28 Jul 2016 22:49:12 +0100 From: "De Lara Guarch, Pablo" To: "dev@dpdk.org" Thread-Topic: Snow3g libsso update available Thread-Index: AdHpEbVH2Mt9g7Q3Q+y687GGJcxhUw== Date: Thu, 28 Jul 2016 21:49:11 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDk1OTJhN2QtNDdkMC00NmIzLWIzODQtNzY2ODliNzQ2YzEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IklCK281NHJJbU11NzBvQTRUTVJOemNqdzNaNWpGZTlVQ1U5bE9qc2pDWkk9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Snow3g libsso update available 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: Thu, 28 Jul 2016 21:49:15 -0000 Hi, An updated libsso library with SNOW3G support is available to download in: https://networkbuilders.intel.com/network-technologies/dpdk/dpdkuser-softwa= re-access This update includes bug fixes of the following issues: - sso_snow3g_f8_n_buffer was not ciphering more than 4 buffers at the same = time. - sso_snow3g_f8_4_buffer was not ciphering correctly the last N bytes (N = =3D length % 8 bytes) when length was not multiple of 8 bytes. This update does not have contain any API changes, so if you are using the = SNOW3G PMD, all you need to do is get and compile the new libsso package and recompile = DPDK. Thanks, Pablo