From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Feb 2017 04:31:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,141,1484035200"; d="scan'208";a="42521627" Received: from silpixa00381631.ir.intel.com (HELO silpixa00381631.ger.corp.intel.com) ([10.237.222.122]) by orsmga002.jf.intel.com with ESMTP; 10 Feb 2017 04:31:45 -0800 From: Pablo de Lara To: declan@intel.com, john.mcnamara@intel.com Cc: dev@dpdk.org, Pablo de Lara Date: Fri, 10 Feb 2017 12:33:42 +0000 Message-Id: <1486730022-114864-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH] doc: clarify Multi-Buffer library version support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2017 12:31:48 -0000 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