From: Pablo de Lara Date: Fri, 10 Feb 2017 12:33:42 +0000 (+0000) Subject: doc: clarify multi-buffer crypto library version support X-Git-Tag: spdx-start~4498 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=6b72aad61f09b870427f4ebcedae525a985bb37a;p=dpdk.git doc: clarify multi-buffer crypto library version support AES-NI MB PMD uses external Multi-Buffer library, which is hosted in github, but the version was not specified in the documentation. Signed-off-by: Pablo de Lara Acked-by: Deepak Kumar Jain --- diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index 8b18eba1ef..a492b6f10c 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -70,9 +70,11 @@ Limitations Installation ------------ -To build DPDK with the AESNI_MB_PMD the user is required to download the mult- -buffer library from `here `_ +To build DPDK with the AESNI_MB_PMD the user is required to download the multi-buffer +library from `here `_ and compile it on their user system before building DPDK. +The latest version of the library supported by this PMD is v0.44, which +can be downloaded in ``_. .. code-block:: console