From 7af08de584efa433bc2dd877be5dbbcf37a6ed01 Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Tue, 25 Jul 2017 08:16:45 +0100 Subject: [PATCH] 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 --- 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 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: -- 2.20.1