[dpdk-dev] [PATCH] doc: ZUC PMD cannot be built as a shared library

2016-11-03 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, October 13, 2016 8:35 PM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH] doc: ZUC PMD cannot be built as a shared > librar

[dpdk-dev] [PATCH] doc: ZUC PMD cannot be built as a shared library

2016-10-14 Thread Jain, Deepak K
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, October 13, 2016 8:35 PM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH] doc: ZUC PMD cannot be built as a shared > librar

[dpdk-dev] [PATCH] doc: ZUC PMD cannot be built as a shared library

2016-10-13 Thread 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 --- doc/guides/cryptodevs/zuc.rst |

[dpdk-dev] [PATCH] doc: ZUC PMD cannot be built as a shared library

2016-10-13 Thread De Lara Guarch, Pablo
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Thursday, October 13, 2016 12:35 PM > To: dev at 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 som