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 <pablo.de.lara.guarch@intel.com>
This commit is contained in:
Pablo de Lara 2017-07-25 08:16:45 +01:00
parent 0b0a6e5a34
commit 7af08de584

View File

@ -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: