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 4BA242BBF for ; Tue, 22 May 2018 15:04:54 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 May 2018 06:04:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,430,1520924400"; d="scan'208";a="52886166" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga003.jf.intel.com with ESMTP; 22 May 2018 06:04:38 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.251]) by IRSMSX152.ger.corp.intel.com ([169.254.6.98]) with mapi id 14.03.0319.002; Tue, 22 May 2018 14:04:38 +0100 From: "Kovacevic, Marko" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH 1/3] doc/crypto: update KASUMI installation section Thread-Index: AQHT8cp8qi8Ilr15BUKBfdiI1tDhPKQ7tcpQ Date: Tue, 22 May 2018 13:04:37 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F6638D3BB@IRSMSX104.ger.corp.intel.com> References: <20180522124314.4674-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20180522124314.4674-1-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGQyMTNmMjYtYmIyYi00YTk5LTg4MzUtMGRkZWFmNzQzZjZlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImdDZVZ2dElLTjdhaVNJSEJ4WjVyb1wvWHRwTm9MN1d6NGZpQVJ5d0lOa2VBPSJ9 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 1/3] doc/crypto: update KASUMI 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:04:55 -0000 > Signed-off-by: Pablo de Lara > --- > doc/guides/cryptodevs/kasumi.rst | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/doc/guides/cryptodevs/kasumi.rst > b/doc/guides/cryptodevs/kasumi.rst > index f56b54758..c766a0eda 100644 > --- a/doc/guides/cryptodevs/kasumi.rst > +++ b/doc/guides/cryptodevs/kasumi.rst > @@ -34,11 +34,11 @@ Installation > ------------ >=20 > To build DPDK with the KASUMI_PMD the user is required to download -the > export controlled ``libsso_kasumi`` library, by requesting it from - > ``_. > -Once approval has been granted, the user needs to log in - > ``_ > -and click on "Kasumi Bit Stream crypto library" link, to download the li= brary. > +the export controlled ``libsso_kasumi`` library, by registering in > +` center.html>`_.=20 =20 I think it's better and nicer to have a nice embedded link :) `Intel Resource Design Center `_ > +Once approval has been granted, the user needs to search for *Kasumi F8 > +F9 3GPP cryptographic algorithms Software Library* to download the > +library or directly through > ``_. For above link maybe have this=20 "or directly through this `link `_" > After downloading the library, the user needs to unpack and compile it = on > their system before building DPDK:: You can add my ack once changed Acked-by: Marko Kovacevic