DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/3] doc/crypto: update KASUMI installation section
@ 2018-05-22 12:43 Pablo de Lara
  2018-05-22 12:43 ` [dpdk-dev] [PATCH 2/3] doc/crypto: update SNOW3G " Pablo de Lara
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Pablo de Lara @ 2018-05-22 12:43 UTC (permalink / raw)
  To: dev; +Cc: Pablo de Lara

Intel's libsso_kasumi library has been moved to a
new location, under "Intel Resource & Design Center".
The installation section of this PMD has been updated
to include the new instructions.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
 doc/guides/cryptodevs/kasumi.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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
 ------------
 
 To build DPDK with the KASUMI_PMD the user is required to download
-the export controlled ``libsso_kasumi`` library, by requesting it from
-`<https://networkbuilders.intel.com/network-technologies/dpdk>`_.
-Once approval has been granted, the user needs to log in
-`<https://networkbuilders.intel.com/dpdklogin>`_
-and click on "Kasumi Bit Stream crypto library" link, to download the library.
+the export controlled ``libsso_kasumi`` library, by registering in
+`<https://www.intel.com/content/www/us/en/design/resource-design-center.html>`_.
+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 `<https://cdrdv2.intel.com/v1/dl/getContent/575866>`_.
 After downloading the library, the user needs to unpack and compile it
 on their system before building DPDK::
 
-- 
2.17.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [dpdk-dev] [PATCH 2/3] doc/crypto: update SNOW3G installation section
  2018-05-22 12:43 [dpdk-dev] [PATCH 1/3] doc/crypto: update KASUMI installation section Pablo de Lara
@ 2018-05-22 12:43 ` Pablo de Lara
  2018-05-22 13:08   ` Kovacevic, Marko
  2018-05-22 12:43 ` [dpdk-dev] [PATCH 3/3] doc/crypto: update ZUC " Pablo de Lara
  2018-05-22 13:04 ` [dpdk-dev] [PATCH 1/3] doc/crypto: update KASUMI " Kovacevic, Marko
  2 siblings, 1 reply; 7+ messages in thread
From: Pablo de Lara @ 2018-05-22 12:43 UTC (permalink / raw)
  To: dev; +Cc: Pablo de Lara

Intel's libsso_snow3g library has been moved to a
new location, under "Intel Resource & Design Center".
The installation section of this PMD has been updated
to include the new instructions.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
 doc/guides/cryptodevs/snow3g.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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
 ------------
 
 To build DPDK with the SNOW3G_PMD the user is required to download
-the export controlled ``libsso_snow3g`` library, by requesting it from
-`<https://networkbuilders.intel.com/network-technologies/dpdk>`_.
-Once approval has been granted, the user needs to log in
-`<https://networkbuilders.intel.com/dpdklogin>`_
-and click on "Snow3G Bit Stream crypto library" link, to download the library.
+the export controlled ``libsso_snow3g`` library, by registering in
+`<https://www.intel.com/content/www/us/en/design/resource-design-center.html>`_.
+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 `<https://cdrdv2.intel.com/v1/dl/getContent/575867>`_.
 After downloading the library, the user needs to unpack and compile it
 on their system before building DPDK::
 
-- 
2.17.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [dpdk-dev] [PATCH 3/3] doc/crypto: update ZUC installation section
  2018-05-22 12:43 [dpdk-dev] [PATCH 1/3] doc/crypto: update KASUMI installation section Pablo de Lara
  2018-05-22 12:43 ` [dpdk-dev] [PATCH 2/3] doc/crypto: update SNOW3G " Pablo de Lara
@ 2018-05-22 12:43 ` Pablo de Lara
  2018-05-22 13:10   ` Kovacevic, Marko
  2018-05-22 13:04 ` [dpdk-dev] [PATCH 1/3] doc/crypto: update KASUMI " Kovacevic, Marko
  2 siblings, 1 reply; 7+ messages in thread
From: Pablo de Lara @ 2018-05-22 12:43 UTC (permalink / raw)
  To: dev; +Cc: Pablo de Lara

Intel's libsso_zuc library has been moved to a
new location, under "Intel Resource & Design Center".
The installation section of this PMD has been updated
to include the new instructions.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
 doc/guides/cryptodevs/zuc.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst
index e226ef9d0..7865954f2 100644
--- a/doc/guides/cryptodevs/zuc.rst
+++ b/doc/guides/cryptodevs/zuc.rst
@@ -35,11 +35,11 @@ Installation
 ------------
 
 To build DPDK with the ZUC_PMD the user is required to download
-the export controlled ``libsso_zuc`` library, by requesting it from
-`<https://networkbuilders.intel.com/network-technologies/dpdk>`_.
-Once approval has been granted, the user needs to log in
-`<https://networkbuilders.intel.com/dpdklogin>`_
-and click on "ZUC Library" link, to download the library.
+the export controlled ``libsso_zuc`` library, by registering in
+`<https://www.intel.com/content/www/us/en/design/resource-design-center.html>`_.
+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 `<https://cdrdv2.intel.com/v1/dl/getContent/575868>`_.
 After downloading the library, the user needs to unpack and compile it
 on their system before building DPDK::
 
-- 
2.17.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [dpdk-dev] [PATCH 1/3] doc/crypto: update KASUMI installation section
  2018-05-22 12:43 [dpdk-dev] [PATCH 1/3] doc/crypto: update KASUMI installation section Pablo de Lara
  2018-05-22 12:43 ` [dpdk-dev] [PATCH 2/3] doc/crypto: update SNOW3G " Pablo de Lara
  2018-05-22 12:43 ` [dpdk-dev] [PATCH 3/3] doc/crypto: update ZUC " Pablo de Lara
@ 2018-05-22 13:04 ` Kovacevic, Marko
  2018-05-22 14:23   ` De Lara Guarch, Pablo
  2 siblings, 1 reply; 7+ messages in thread
From: Kovacevic, Marko @ 2018-05-22 13:04 UTC (permalink / raw)
  To: De Lara Guarch, Pablo, dev; +Cc: De Lara Guarch, Pablo

> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
>  doc/guides/cryptodevs/kasumi.rst | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> 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
>  ------------
> 
>  To build DPDK with the KASUMI_PMD the user is required to download -the
> export controlled ``libsso_kasumi`` library, by requesting it from -
> `<https://networkbuilders.intel.com/network-technologies/dpdk>`_.
> -Once approval has been granted, the user needs to log in -
> `<https://networkbuilders.intel.com/dpdklogin>`_
> -and click on "Kasumi Bit Stream crypto library" link, to download the library.
> +the export controlled ``libsso_kasumi`` library, by registering in
> +`<https://www.intel.com/content/www/us/en/design/resource-design-
> center.html>`_. 
 
I think it's better and nicer to have a nice embedded link :)

`Intel Resource Design Center <https://www.intel.com/content/www/us/en/design/resource-design-center.html>`_

> +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
> `<https://cdrdv2.intel.com/v1/dl/getContent/575866>`_.

For above link maybe have this 

"or directly through this `link <https://cdrdv2.intel.com/v1/dl/getContent/575866>`_"

>  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 <marko.kovacevic@intel.com>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [dpdk-dev] [PATCH 2/3] doc/crypto: update SNOW3G installation section
  2018-05-22 12:43 ` [dpdk-dev] [PATCH 2/3] doc/crypto: update SNOW3G " Pablo de Lara
@ 2018-05-22 13:08   ` Kovacevic, Marko
  0 siblings, 0 replies; 7+ messages in thread
From: Kovacevic, Marko @ 2018-05-22 13:08 UTC (permalink / raw)
  To: De Lara Guarch, Pablo, dev; +Cc: De Lara Guarch, Pablo

> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
>  doc/guides/cryptodevs/snow3g.rst | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> 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
>  ------------
> 
>  To build DPDK with the SNOW3G_PMD the user is required to download -the
> export controlled ``libsso_snow3g`` library, by requesting it from -
> `<https://networkbuilders.intel.com/network-technologies/dpdk>`_.
> -Once approval has been granted, the user needs to log in -
> `<https://networkbuilders.intel.com/dpdklogin>`_
> -and click on "Snow3G Bit Stream crypto library" link, to download the library.
> +the export controlled ``libsso_snow3g`` library, by registering in
> +`<https://www.intel.com/content/www/us/en/design/resource-design-
> center.html>`_.
 
Same as in the previous patch

`Intel Resourse Design Center <https://www.intel.com/content/www/us/en/design/resource-design-center.html>`_


> +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
> `<https://cdrdv2.intel.com/v1/dl/getContent/575867>`_.

Same 

through this `link <https://cdrdv2.intel.com/v1/dl/getContent/575866>`_


>  After downloading the library, the user needs to unpack and compile it  on
> their system before building DPDK::
> 

You can add ack once done.

Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [dpdk-dev] [PATCH 3/3] doc/crypto: update ZUC installation section
  2018-05-22 12:43 ` [dpdk-dev] [PATCH 3/3] doc/crypto: update ZUC " Pablo de Lara
@ 2018-05-22 13:10   ` Kovacevic, Marko
  0 siblings, 0 replies; 7+ messages in thread
From: Kovacevic, Marko @ 2018-05-22 13:10 UTC (permalink / raw)
  To: De Lara Guarch, Pablo, dev; +Cc: De Lara Guarch, Pablo

> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
>  doc/guides/cryptodevs/zuc.rst | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst
> index e226ef9d0..7865954f2 100644
> --- a/doc/guides/cryptodevs/zuc.rst
> +++ b/doc/guides/cryptodevs/zuc.rst
> @@ -35,11 +35,11 @@ Installation
>  ------------
> 
>  To build DPDK with the ZUC_PMD the user is required to download -the
> export controlled ``libsso_zuc`` library, by requesting it from -
> `<https://networkbuilders.intel.com/network-technologies/dpdk>`_.
> -Once approval has been granted, the user needs to log in -
> `<https://networkbuilders.intel.com/dpdklogin>`_
> -and click on "ZUC Library" link, to download the library.
> +the export controlled ``libsso_zuc`` library, by registering in
> +`<https://www.intel.com/content/www/us/en/design/resource-design-
> center.html>`_.

`Intel Resourse Design Center <https://www.intel.com/content/www/us/en/design/resource-design-center.html>`_

> +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
> `<https://cdrdv2.intel.com/v1/dl/getContent/575868>`_.

through this `link <https://cdrdv2.intel.com/v1/dl/getContent/575866>`_

>  After downloading the library, the user needs to unpack and compile it  on
> their system before building DPDK::
> 
> --

Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [dpdk-dev] [PATCH 1/3] doc/crypto: update KASUMI installation section
  2018-05-22 13:04 ` [dpdk-dev] [PATCH 1/3] doc/crypto: update KASUMI " Kovacevic, Marko
@ 2018-05-22 14:23   ` De Lara Guarch, Pablo
  0 siblings, 0 replies; 7+ messages in thread
From: De Lara Guarch, Pablo @ 2018-05-22 14:23 UTC (permalink / raw)
  To: Kovacevic, Marko, dev



> -----Original Message-----
> From: Kovacevic, Marko
> Sent: Tuesday, May 22, 2018 2:05 PM
> To: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>; dev@dpdk.org
> Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>
> Subject: RE: [dpdk-dev] [PATCH 1/3] doc/crypto: update KASUMI installation
> section
> 
> > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> > ---

...

> 
> You can add my ack once changed
> 
> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>

Applied series with suggested changes to dpdk-next-crypto.

Thanks,
Pablo

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-05-22 14:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-22 12:43 [dpdk-dev] [PATCH 1/3] doc/crypto: update KASUMI installation section Pablo de Lara
2018-05-22 12:43 ` [dpdk-dev] [PATCH 2/3] doc/crypto: update SNOW3G " Pablo de Lara
2018-05-22 13:08   ` Kovacevic, Marko
2018-05-22 12:43 ` [dpdk-dev] [PATCH 3/3] doc/crypto: update ZUC " Pablo de Lara
2018-05-22 13:10   ` Kovacevic, Marko
2018-05-22 13:04 ` [dpdk-dev] [PATCH 1/3] doc/crypto: update KASUMI " Kovacevic, Marko
2018-05-22 14:23   ` De Lara Guarch, Pablo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).