DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: support IPsec Multi-buffer lib v1.2
@ 2022-02-23 18:22 Pablo de Lara
  2022-02-24 10:30 ` [EXT] " Akhil Goyal
  0 siblings, 1 reply; 2+ messages in thread
From: Pablo de Lara @ 2022-02-23 18:22 UTC (permalink / raw)
  To: roy.fan.zhang; +Cc: dev, Pablo de Lara

Updated AESNI MB and AESNI GCM, KASUMI, ZUC and SNOW3G PMD documentation
guides with information about the latest Intel IPSec Multi-buffer
library supported.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
 doc/guides/cryptodevs/aesni_gcm.rst | 8 ++++----
 doc/guides/cryptodevs/aesni_mb.rst  | 8 ++++----
 doc/guides/cryptodevs/kasumi.rst    | 8 ++++----
 doc/guides/cryptodevs/snow3g.rst    | 8 ++++----
 doc/guides/cryptodevs/zuc.rst       | 8 ++++----
 5 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/doc/guides/cryptodevs/aesni_gcm.rst b/doc/guides/cryptodevs/aesni_gcm.rst
index 99a8979d49..6229392f58 100644
--- a/doc/guides/cryptodevs/aesni_gcm.rst
+++ b/doc/guides/cryptodevs/aesni_gcm.rst
@@ -40,8 +40,8 @@ Installation
 To build DPDK with the AESNI_GCM_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 v1.1, which
-can be downloaded in `<https://github.com/01org/intel-ipsec-mb/archive/v1.1.zip>`_.
+The latest version of the library supported by this PMD is v1.2, which
+can be downloaded in `<https://github.com/01org/intel-ipsec-mb/archive/v1.2.zip>`_.
 
 .. code-block:: console
 
@@ -84,8 +84,8 @@ and the external crypto libraries supported by them:
    17.08 - 18.02  Multi-buffer library 0.46 - 0.48
    18.05 - 19.02  Multi-buffer library 0.49 - 0.52
    19.05 - 20.08  Multi-buffer library 0.52 - 0.55
-   20.11 - 21.08  Multi-buffer library 0.53 - 1.1*
-   21.11+         Multi-buffer library 1.0  - 1.1*
+   20.11 - 21.08  Multi-buffer library 0.53 - 1.2*
+   21.11+         Multi-buffer library 1.0  - 1.2*
    =============  ================================
 
 \* Multi-buffer library 1.0 or newer only works for Meson but not Make build system.
diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst
index 1777eb25c1..07222ee117 100644
--- a/doc/guides/cryptodevs/aesni_mb.rst
+++ b/doc/guides/cryptodevs/aesni_mb.rst
@@ -86,8 +86,8 @@ Installation
 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 v1.1, which
-can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.1.zip>`_.
+The latest version of the library supported by this PMD is v1.2, which
+can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.2.zip>`_.
 
 .. code-block:: console
 
@@ -132,8 +132,8 @@ and the Multi-Buffer library version supported by them:
    18.05 - 19.02   0.49 - 0.52
    19.05 - 19.08   0.52
    19.11 - 20.08   0.52 - 0.55
-   20.11 - 21.08   0.53 - 1.1*
-   21.11+          1.0  - 1.1*
+   20.11 - 21.08   0.53 - 1.2*
+   21.11+          1.0  - 1.2*
    ==============  ============================
 
 \* Multi-buffer library 1.0 or newer only works for Meson but not Make build system.
diff --git a/doc/guides/cryptodevs/kasumi.rst b/doc/guides/cryptodevs/kasumi.rst
index 72318f2bd4..d8128928f8 100644
--- a/doc/guides/cryptodevs/kasumi.rst
+++ b/doc/guides/cryptodevs/kasumi.rst
@@ -36,8 +36,8 @@ Installation
 To build DPDK with the KASUMI_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 v1.1, which
-can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.1.zip>`_.
+The latest version of the library supported by this PMD is v1.2, which
+can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.2.zip>`_.
 
 After downloading the library, the user needs to unpack and compile it
 on their system before building DPDK:
@@ -78,8 +78,8 @@ and the external crypto libraries supported by them:
    DPDK version   Crypto library version
    =============  ================================
    16.11 - 19.11  LibSSO KASUMI
-   20.02 - 21.08  Multi-buffer library 0.53 - 1.1*
-   21.11+         Multi-buffer library 1.0  - 1.1*
+   20.02 - 21.08  Multi-buffer library 0.53 - 1.2*
+   21.11+         Multi-buffer library 1.0  - 1.2*
    =============  ================================
 
 \* Multi-buffer library 1.0 or newer only works for Meson but not Make build system.
diff --git a/doc/guides/cryptodevs/snow3g.rst b/doc/guides/cryptodevs/snow3g.rst
index 68a1462c13..ad97f7d913 100644
--- a/doc/guides/cryptodevs/snow3g.rst
+++ b/doc/guides/cryptodevs/snow3g.rst
@@ -35,8 +35,8 @@ Installation
 To build DPDK with the SNOW3G_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 v1.1, which
-can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.1.zip>`_.
+The latest version of the library supported by this PMD is v1.2, which
+can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.2.zip>`_.
 
 After downloading the library, the user needs to unpack and compile it
 on their system before building DPDK:
@@ -77,8 +77,8 @@ and the external crypto libraries supported by them:
    DPDK version   Crypto library version
    =============  ================================
    16.04 - 19.11  LibSSO SNOW3G
-   20.02 - 21.08  Multi-buffer library 0.53 - 1.1*
-   21.11+         Multi-buffer library 1.0  - 1.1*
+   20.02 - 21.08  Multi-buffer library 0.53 - 1.2*
+   21.11+         Multi-buffer library 1.0  - 1.2*
    =============  ================================
 
 \* Multi-buffer library 1.0 or newer only works for Meson but not Make build system.
diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst
index c5f0ded34e..ea930ae152 100644
--- a/doc/guides/cryptodevs/zuc.rst
+++ b/doc/guides/cryptodevs/zuc.rst
@@ -35,8 +35,8 @@ Installation
 To build DPDK with the ZUC_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 v1.1, which
-can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.1.zip>`_.
+The latest version of the library supported by this PMD is v1.2, which
+can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.2.zip>`_.
 
 After downloading the library, the user needs to unpack and compile it
 on their system before building DPDK:
@@ -77,8 +77,8 @@ and the external crypto libraries supported by them:
    DPDK version   Crypto library version
    =============  ================================
    16.11 - 19.11  LibSSO ZUC
-   20.02 - 21.08  Multi-buffer library 0.53 - 1.1*
-   21.11+         Multi-buffer library 1.0  - 1.1*
+   20.02 - 21.08  Multi-buffer library 0.53 - 1.2*
+   21.11+         Multi-buffer library 1.0  - 1.2*
    =============  ================================
 
 \* Multi-buffer library 1.0 or newer only works for Meson but not Make build system.
-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: [EXT] [PATCH] doc: support IPsec Multi-buffer lib v1.2
  2022-02-23 18:22 [PATCH] doc: support IPsec Multi-buffer lib v1.2 Pablo de Lara
@ 2022-02-24 10:30 ` Akhil Goyal
  0 siblings, 0 replies; 2+ messages in thread
From: Akhil Goyal @ 2022-02-24 10:30 UTC (permalink / raw)
  To: Pablo de Lara, roy.fan.zhang; +Cc: dev

> Updated AESNI MB and AESNI GCM, KASUMI, ZUC and SNOW3G PMD
> documentation
> guides with information about the latest Intel IPSec Multi-buffer
> library supported.
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
Applied to dpdk-next-crypto

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-24 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-23 18:22 [PATCH] doc: support IPsec Multi-buffer lib v1.2 Pablo de Lara
2022-02-24 10:30 ` [EXT] " Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).