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 <pablo.de.lara.guarch@intel.com>
This commit is contained in:
parent
62ae8dbc76
commit
19ed332630
@ -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
|
||||
------------
|
||||
|
Loading…
Reference in New Issue
Block a user