From 39831d49d3e81146b1afa2d15de548d21a32d305 Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Thu, 12 Nov 2020 16:36:21 +0000 Subject: [PATCH] doc: support IPsec Multi-buffer lib v0.55 Updated AESNI MB and AESNI GCM PMD documentation guides with information about the latest Intel IPSec Multi-buffer library supported. Signed-off-by: Pablo de Lara --- doc/guides/cryptodevs/aesni_gcm.rst | 6 +++--- doc/guides/cryptodevs/aesni_mb.rst | 6 +++--- doc/guides/rel_notes/release_20_11.rst | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/guides/cryptodevs/aesni_gcm.rst b/doc/guides/cryptodevs/aesni_gcm.rst index 2fd32b021f..1f6aa6c106 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 `_ and compile it on their user system before building DPDK. -The latest version of the library supported by this PMD is v0.54, which -can be downloaded in ``_. +The latest version of the library supported by this PMD is v0.55, which +can be downloaded in ``_. .. code-block:: console @@ -83,7 +83,7 @@ and the external crypto libraries supported by them: 17.02 - 17.05 ISA-L Crypto v2.18 17.08 - 18.02 Multi-buffer library 0.46 - 0.48 18.05 - 19.02 Multi-buffer library 0.49 - 0.52 - 19.05+ Multi-buffer library 0.52 - 0.54 + 19.05+ Multi-buffer library 0.52 - 0.55 ============= ================================ diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index 042d95baee..24abf07a31 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -85,8 +85,8 @@ Installation 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.54, which -can be downloaded from ``_. +The latest version of the library supported by this PMD is v0.55, which +can be downloaded from ``_. .. code-block:: console @@ -130,7 +130,7 @@ and the Multi-Buffer library version supported by them: 18.02 0.48 18.05 - 19.02 0.49 - 0.52 19.05 - 19.08 0.52 - 19.11+ 0.52 - 0.54 + 19.11+ 0.52 - 0.55 ============== ============================ diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index 1a90afd60f..e3c0907ba8 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -284,6 +284,7 @@ New Features * **Updated the aesni_mb crypto PMD.** + * Added support for intel-ipsec-mb version 0.55. * Added support for AES-ECB 128, 192 and 256. * Added support for ZUC-EEA3/EIA3 algorithms. * Added support for SNOW3G-UEA2/UIA2 algorithms. -- 2.20.1