All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: ZUC PMD cannot be built as a shared library
@ 2016-10-13 19:35 Pablo de Lara
  2016-10-13 19:45 ` De Lara Guarch, Pablo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pablo de Lara @ 2016-10-13 19:35 UTC (permalink / raw)
  To: dev; +Cc: Pablo de Lara

ZUC PMD cannot be built as a shared library, due to
the fact that some assembly code in the underlying libsso
library is not relocatable.
This will be fixed in the future, but for the moment,
it is added as a limitation of the PMD.

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

diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst
index 7267120..38d5068 100644
--- a/doc/guides/cryptodevs/zuc.rst
+++ b/doc/guides/cryptodevs/zuc.rst
@@ -53,6 +53,9 @@ Limitations
 * Chained mbufs are not supported.
 * ZUC (EIA3) supported only if hash offset field is byte-aligned.
 * ZUC (EEA3) supported only if cipher length, cipher offset fields are byte-aligned.
+* ZUC PMD cannot be built as a shared library, due to limitations in
+  in the underlying library.
+
 
 Installation
 ------------
-- 
2.7.4

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

* Re: [PATCH] doc: ZUC PMD cannot be built as a shared library
  2016-10-13 19:35 [PATCH] doc: ZUC PMD cannot be built as a shared library Pablo de Lara
@ 2016-10-13 19:45 ` De Lara Guarch, Pablo
  2016-10-14  6:51 ` 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:45 UTC (permalink / raw)
  To: dev



> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Thursday, October 13, 2016 12:35 PM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo
> Subject: [PATCH] doc: ZUC PMD cannot be built as a shared library
> 
> ZUC PMD cannot be built as a shared library, due to
> the fact that some assembly code in the underlying libsso
> library is not relocatable.
> This will be fixed in the future, but for the moment,
> it is added as a limitation of the PMD.
> 
> 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: ZUC PMD cannot be built as a shared library
  2016-10-13 19:35 [PATCH] doc: ZUC PMD cannot be built as a shared library Pablo de Lara
  2016-10-13 19:45 ` De Lara Guarch, Pablo
@ 2016-10-14  6:51 ` 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:51 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:35 PM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: ZUC PMD cannot be built as a shared
> library
> 
> ZUC PMD cannot be built as a shared library, due to the fact that some
> assembly code in the underlying libsso library is not relocatable.
> This will be fixed in the future, but for the moment, it is added as a limitation
> of the PMD.
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
>  doc/guides/cryptodevs/zuc.rst | 3 +++
>  1 file changed, 3 insertions(+)
> 
> 
>  Installation
>  ------------
> --
> 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: ZUC PMD cannot be built as a shared library
  2016-10-13 19:35 [PATCH] doc: ZUC PMD cannot be built as a shared library Pablo de Lara
  2016-10-13 19:45 ` De Lara Guarch, Pablo
  2016-10-14  6:51 ` 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:35 PM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: ZUC PMD cannot be built as a shared
> library
> 
> ZUC PMD cannot be built as a shared library, due to the fact that some
> assembly code in the underlying libsso library is not relocatable.
> This will be fixed in the future, but for the moment, it is added as a
> limitation of the PMD.
> 
> 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:49 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:35 [PATCH] doc: ZUC PMD cannot be built as a shared library Pablo de Lara
2016-10-13 19:45 ` De Lara Guarch, Pablo
2016-10-14  6:51 ` 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.