From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9098425D9 for ; Tue, 22 May 2018 15:10:22 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 May 2018 06:10:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,430,1520924400"; d="scan'208";a="41932906" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga008.fm.intel.com with ESMTP; 22 May 2018 06:10:20 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.251]) by irsmsx110.ger.corp.intel.com ([169.254.15.125]) with mapi id 14.03.0319.002; Tue, 22 May 2018 14:10:19 +0100 From: "Kovacevic, Marko" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH 3/3] doc/crypto: update ZUC installation section Thread-Index: AQHT8cp8QHI0YWVp20e2ZfSy0DaZbqQ7uHVg Date: Tue, 22 May 2018 13:10:19 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F6638D3E4@IRSMSX104.ger.corp.intel.com> References: <20180522124314.4674-1-pablo.de.lara.guarch@intel.com> <20180522124314.4674-3-pablo.de.lara.guarch@intel.com> In-Reply-To: <20180522124314.4674-3-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGE3YmIxODgtMDNkOS00ZmNkLTgxZDYtMDhlMDJlZWM3OTk4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkZTQjFlRGk3b1wvaTVrSXZkR0tCSkQrXC9tK0ZYUlZPUXVFTzUwSmYrRVZZYz0ifQ== x-ctpclassification: CTP_NT 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 3/3] doc/crypto: update ZUC installation section 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: Tue, 22 May 2018 13:10:24 -0000 > Signed-off-by: Pablo de Lara > --- > doc/guides/cryptodevs/zuc.rst | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rs= t > index e226ef9d0..7865954f2 100644 > --- a/doc/guides/cryptodevs/zuc.rst > +++ b/doc/guides/cryptodevs/zuc.rst > @@ -35,11 +35,11 @@ Installation > ------------ >=20 > To build DPDK with the ZUC_PMD the user is required to download -the > export controlled ``libsso_zuc`` library, by requesting it from - > ``_. > -Once approval has been granted, the user needs to log in - > ``_ > -and click on "ZUC Library" link, to download the library. > +the export controlled ``libsso_zuc`` library, by registering in > +` center.html>`_. `Intel Resourse Design Center `_ > +Once approval has been granted, the user needs to search for *ZUC > +128-EAA3 and 128-EIA3 3GPP cryptographic algorithms Software Library* > +to download the library or directly through > ``_. through this `link `_ > After downloading the library, the user needs to unpack and compile it = on > their system before building DPDK:: >=20 > -- Acked-by: Marko Kovacevic