Re: [dpdk-dev] [PATCH] doc: support new ZUC library version

2017-07-27 Thread De Lara Guarch, Pablo
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Tuesday, July 25, 2017 8:17 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH] doc: support new ZUC library version > > A new version of the LibSSO ZUC library has been released. > This version includes shared

[dpdk-dev] [PATCH] doc: support new ZUC library version

2017-07-25 Thread Pablo de Lara
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 Lar