]> git.droids-corp.org - dpdk.git/commitdiff
doc: add ZUC shared library limitation
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 13 Oct 2016 18:48:15 +0000 (19:48 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 13 Oct 2016 19:58:44 +0000 (21:58 +0200)
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 <pablo.de.lara.guarch@intel.com>
doc/guides/cryptodevs/zuc.rst

index 726712050a58479a9f34000da875b70bd166b1e2..38d5068a0a28bd8b19ab55d24defc738a1eb795e 100644 (file)
@@ -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
 ------------