From: Pablo de Lara Date: Thu, 13 Oct 2016 18:48:15 +0000 (+0100) Subject: doc: add ZUC shared library limitation X-Git-Tag: spdx-start~5513 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=19ed33263063381e5785e7bc2b50dc63cb2bfc5b;p=dpdk.git doc: add ZUC shared library limitation 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 limitationof the PMD. Signed-off-by: Pablo de Lara --- diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst index 726712050a..38d5068a0a 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 ------------