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 AA71525D9 for ; Tue, 22 May 2018 15:08:06 +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:08:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,430,1520924400"; d="scan'208";a="41932259" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga008.fm.intel.com with ESMTP; 22 May 2018 06:08:04 -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:08:03 +0100 From: "Kovacevic, Marko" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH 2/3] doc/crypto: update SNOW3G installation section Thread-Index: AQHT8cp81J6avc4k+0ebWebU29F/O6Q7t2YQ Date: Tue, 22 May 2018 13:08:03 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F6638D3CF@IRSMSX104.ger.corp.intel.com> References: <20180522124314.4674-1-pablo.de.lara.guarch@intel.com> <20180522124314.4674-2-pablo.de.lara.guarch@intel.com> In-Reply-To: <20180522124314.4674-2-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTQ1OWQ4OWUtODUzMi00ZDdkLWJmYTctNjZhZWY2NDgxNzhhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlM1WUZIc2R6Z2hRdkJSMEwzWVoremZqc2E0cVdoYjBzZlBtOERtUmpJWGs9In0= 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 2/3] doc/crypto: update SNOW3G 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:08:07 -0000 > Signed-off-by: Pablo de Lara > --- > doc/guides/cryptodevs/snow3g.rst | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/doc/guides/cryptodevs/snow3g.rst > b/doc/guides/cryptodevs/snow3g.rst > index 24b4f661c..c5fcefd34 100644 > --- a/doc/guides/cryptodevs/snow3g.rst > +++ b/doc/guides/cryptodevs/snow3g.rst > @@ -33,11 +33,11 @@ Installation > ------------ >=20 > To build DPDK with the SNOW3G_PMD the user is required to download -the > export controlled ``libsso_snow3g`` library, by requesting it from - > ``_. > -Once approval has been granted, the user needs to log in - > ``_ > -and click on "Snow3G Bit Stream crypto library" link, to download the li= brary. > +the export controlled ``libsso_snow3g`` library, by registering in > +` center.html>`_. =20 Same as in the previous patch `Intel Resourse Design Center `_ > +Once approval has been granted, the user needs to search for *Snow3G F8 > +F9 3GPP cryptographic algorithms Software Library* to download the > +library or directly through > ``_. Same=20 through this `link `_ > After downloading the library, the user needs to unpack and compile it = on > their system before building DPDK:: >=20 You can add ack once done. Acked-by: Marko Kovacevic