From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH] doc: clarify Multi-Buffer library version support Date: Fri, 10 Feb 2017 12:33:42 +0000 Message-ID: <1486730022-114864-1-git-send-email-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org, Pablo de Lara To: declan@intel.com, john.mcnamara@intel.com Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 62AC6952 for ; Fri, 10 Feb 2017 13:31:48 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- doc/guides/cryptodevs/aesni_mb.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index 8b18eba..a492b6f 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 -- 2.7.4