[dpdk-dev] doc: clarify Multi-Buffer library version support

Message ID 1486730022-114864-1-git-send-email-pablo.de.lara.guarch@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Pablo de Lara Guarch
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel compilation success Compilation OK

Commit Message

De Lara Guarch, Pablo Feb. 10, 2017, 12:33 p.m. UTC
  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>
---
 doc/guides/cryptodevs/aesni_mb.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
  

Comments

Deepak Kumar JAIN Feb. 10, 2017, 1:01 p.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara
> Sent: Friday, February 10, 2017 12:34 PM
> To: declan@intel.com; Mcnamara, John <john.mcnamara@intel.com>
> Cc: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: clarify Multi-Buffer 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 <pablo.de.lara.guarch@intel.com>
> ---
>  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
> --
> 2.7.4
Acked-by: Deepak Kumar Jain<deepak.k.jain@intel.com>
  
De Lara Guarch, Pablo Feb. 10, 2017, 2:07 p.m. UTC | #2
> -----Original Message-----
> From: Jain, Deepak K
> Sent: Friday, February 10, 2017 1:01 PM
> To: De Lara Guarch, Pablo; Mcnamara, John
> Cc: dev@dpdk.org; De Lara Guarch, Pablo; Doherty, Declan
> Subject: RE: [dpdk-dev] [PATCH] doc: clarify Multi-Buffer library version
> support
> 
> 
> > -----Original Message-----
> > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara
> > Sent: Friday, February 10, 2017 12:34 PM
> > To: declan@intel.com; Mcnamara, John <john.mcnamara@intel.com>
> > Cc: dev@dpdk.org; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>
> > Subject: [dpdk-dev] [PATCH] doc: clarify Multi-Buffer 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 <pablo.de.lara.guarch@intel.com>

...

> Acked-by: Deepak Kumar Jain<deepak.k.jain@intel.com>

Applied to dpdk-next-crypto.

Pablo
  

Patch

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 <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