From 19ed33263063381e5785e7bc2b50dc63cb2bfc5b Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Thu, 13 Oct 2016 19:48:15 +0100 Subject: [PATCH] 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 --- 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 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 ------------ -- 2.20.1