All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: how to build KASUMI as shared library
@ 2016-10-13 19:34 Pablo de Lara
  2016-10-13 19:44 ` De Lara Guarch, Pablo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pablo de Lara @ 2016-10-13 19:34 UTC (permalink / raw)
  To: dev; +Cc: Pablo de Lara

Libsso KASUMI library has to be built with specific
parameters to make the KASUMI PMD be built as
a shared library, so a note has been added in
its documentation.

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

diff --git a/doc/guides/cryptodevs/kasumi.rst b/doc/guides/cryptodevs/kasumi.rst
index c122f00..90d8e7b 100644
--- a/doc/guides/cryptodevs/kasumi.rst
+++ b/doc/guides/cryptodevs/kasumi.rst
@@ -68,7 +68,13 @@ and click on "Kasumi Bit Stream crypto library" link, to download the library.
 After downloading the library, the user needs to unpack and compile it
 on their system before building DPDK::
 
-   make kasumi
+   make
+
+**Note**: To build the PMD as a shared library, the libsso_kasumi
+library must be built as follows::
+
+  make KASUMI_CFLAGS=-DKASUMI_C
+
 
 Initialization
 --------------
-- 
2.7.4

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

* Re: [PATCH] doc: how to build KASUMI as shared library
  2016-10-13 19:34 [PATCH] doc: how to build KASUMI as shared library Pablo de Lara
@ 2016-10-13 19:44 ` De Lara Guarch, Pablo
  2016-10-14  6:52 ` Jain, Deepak K
  2016-11-03 12:48 ` Mcnamara, John
  2 siblings, 0 replies; 4+ messages in thread
From: De Lara Guarch, Pablo @ 2016-10-13 19:44 UTC (permalink / raw)
  To: dev



> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Thursday, October 13, 2016 12:34 PM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo
> Subject: [PATCH] doc: how to build KASUMI as shared library
> 
> Libsso KASUMI library has to be built with specific
> parameters to make the KASUMI PMD be built as
> a shared library, so a note has been added in
> its documentation.
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Applied to dpdk-next-crypto.

Pablo

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

* Re: [PATCH] doc: how to build KASUMI as shared library
  2016-10-13 19:34 [PATCH] doc: how to build KASUMI as shared library Pablo de Lara
  2016-10-13 19:44 ` De Lara Guarch, Pablo
@ 2016-10-14  6:52 ` Jain, Deepak K
  2016-11-03 12:48 ` Mcnamara, John
  2 siblings, 0 replies; 4+ messages in thread
From: Jain, Deepak K @ 2016-10-14  6:52 UTC (permalink / raw)
  To: De Lara Guarch, Pablo, dev; +Cc: De Lara Guarch, Pablo



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara
> Sent: Thursday, October 13, 2016 8:34 PM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: how to build KASUMI as shared library
> 
> Libsso KASUMI library has to be built with specific parameters to make the
> KASUMI PMD be built as a shared library, so a note has been added in its
> documentation.
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
>  doc/guides/cryptodevs/kasumi.rst | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
> +  make KASUMI_CFLAGS=-DKASUMI_C
> +
> 
>  Initialization
>  --------------
> --
> 2.7.4
Acked-by: Deepak Kumar Jain <deepak.k.jain@intel.com>

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

* Re: [PATCH] doc: how to build KASUMI as shared library
  2016-10-13 19:34 [PATCH] doc: how to build KASUMI as shared library Pablo de Lara
  2016-10-13 19:44 ` De Lara Guarch, Pablo
  2016-10-14  6:52 ` Jain, Deepak K
@ 2016-11-03 12:48 ` Mcnamara, John
  2 siblings, 0 replies; 4+ messages in thread
From: Mcnamara, John @ 2016-11-03 12:48 UTC (permalink / raw)
  To: De Lara Guarch, Pablo, dev



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara
> Sent: Thursday, October 13, 2016 8:34 PM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: how to build KASUMI as shared library
> 
> Libsso KASUMI library has to be built with specific parameters to make the
> KASUMI PMD be built as a shared library, so a note has been added in its
> documentation.
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Acked-by: John McNamara <john.mcnamara@intel.com>

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

end of thread, other threads:[~2016-11-03 12:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-13 19:34 [PATCH] doc: how to build KASUMI as shared library Pablo de Lara
2016-10-13 19:44 ` De Lara Guarch, Pablo
2016-10-14  6:52 ` Jain, Deepak K
2016-11-03 12:48 ` Mcnamara, John

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.