From: Pablo de Lara Date: Tue, 25 Jul 2017 07:16:45 +0000 (+0100) Subject: doc: support new ZUC library version X-Git-Tag: spdx-start~2364 X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=7af08de584efa433bc2dd877be5dbbcf37a6ed01 doc: support new ZUC library version A new version of the LibSSO ZUC library has been released. This version includes shared library support and bug fixes. This commit extends the instructions to install and initialize the PMD with the new library, enabling also the PMD to be compiled as a shared library. Signed-off-by: Pablo de Lara --- diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst index 6deb11abec..7ccd8598b9 100644 --- a/doc/guides/cryptodevs/zuc.rst +++ b/doc/guides/cryptodevs/zuc.rst @@ -79,6 +79,9 @@ In order to enable this virtual crypto PMD, user must: * Export the environmental variable LIBSSO_ZUC_PATH with the path where the library was extracted (zuc folder). +* Export the environmental variable LD_LIBRARY_PATH with the path + where the built libsso library is (LIBSSO_ZUC_PATH/build). + * Build the LIBSSO_ZUC library (explained in Installation section). * Build DPDK as follows: