doc: clarify multi-buffer crypto library version support
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Fri, 10 Feb 2017 12:33:42 +0000 (12:33 +0000)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Fri, 10 Feb 2017 15:06:06 +0000 (16:06 +0100)
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 <pablo.de.lara.guarch@intel.com>
Acked-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
doc/guides/cryptodevs/aesni_mb.rst

index 8b18eba..a492b6f 100644 (file)
@@ -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 <https://github.com/01org/intel-ipsec-mb>`_
+To build DPDK with the AESNI_MB_PMD the user is required to download the multi-buffer
+library from `here <https://github.com/01org/intel-ipsec-mb>`_
 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 `<https://github.com/01org/intel-ipsec-mb/archive/v0.44.zip>`_.
 
 .. code-block:: console