From patchwork Wed May 5 15:58:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "De Lara Guarch, Pablo" X-Patchwork-Id: 92939 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A2F9DA0A02; Wed, 5 May 2021 17:58:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8AC1641104; Wed, 5 May 2021 17:58:49 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id B145E40040 for ; Wed, 5 May 2021 17:58:47 +0200 (CEST) IronPort-SDR: 1S9e0h5jHLP6LpiQexrGnvhGhrZcnP/DcV/M5i+Iuo4rxybNWvP6p8WOCxFT2AOzJd2wVuoxND JsmEcSSyKiEg== X-IronPort-AV: E=McAfee;i="6200,9189,9975"; a="283669326" X-IronPort-AV: E=Sophos;i="5.82,276,1613462400"; d="scan'208";a="283669326" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2021 08:58:46 -0700 IronPort-SDR: gKEcjJWWFQDvvdxswjwJGjhwdo7cPGPSycMvRq9Ufov87tzjXtirQm5qVp+CCaP9UAB3FvwDTQ eG8DFYEnsQjA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,276,1613462400"; d="scan'208";a="433888366" Received: from silpixa00400496.ir.intel.com ([10.237.214.185]) by orsmga008.jf.intel.com with ESMTP; 05 May 2021 08:58:45 -0700 From: Pablo de Lara To: gakhil@marvell.com Cc: dev@dpdk.org, Pablo de Lara Date: Wed, 5 May 2021 15:58:42 +0000 Message-Id: <20210505155842.2457657-1-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] doc: support IPsec Multi-buffer lib v1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "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 --- doc/guides/cryptodevs/aesni_gcm.rst | 6 +++--- doc/guides/cryptodevs/aesni_mb.rst | 6 +++--- doc/guides/cryptodevs/kasumi.rst | 6 +++--- doc/guides/cryptodevs/snow3g.rst | 6 +++--- doc/guides/cryptodevs/zuc.rst | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/guides/cryptodevs/aesni_gcm.rst b/doc/guides/cryptodevs/aesni_gcm.rst index 1f6aa6c106..19f95bde8e 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.55, which -can be downloaded in ``_. +The latest version of the library supported by this PMD is v1.0, 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.55 + 19.05+ Multi-buffer library 0.52 - 1.0 ============= ================================ diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index 24abf07a31..20076b829c 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.55, which -can be downloaded from ``_. +The latest version of the library supported by this PMD is v1.0, 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.55 + 19.11+ 0.52 - 1.0 ============== ============================ diff --git a/doc/guides/cryptodevs/kasumi.rst b/doc/guides/cryptodevs/kasumi.rst index 4790f0ff77..14ecb74241 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 `_ 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 v1.0, which +can be downloaded from ``_. After downloading the library, the user needs to unpack and compile it on their system before building DPDK: @@ -78,7 +78,7 @@ and the external crypto libraries supported by them: DPDK version Crypto library version ============= ================================ 16.11 - 19.11 LibSSO KASUMI - 20.02+ Multi-buffer library 0.53 - 0.54 + 20.02+ Multi-buffer library 0.53 - 1.0 ============= ================================ diff --git a/doc/guides/cryptodevs/snow3g.rst b/doc/guides/cryptodevs/snow3g.rst index e8f9b5ff04..e318d65d4e 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 `_ 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 v1.0, which +can be downloaded from ``_. After downloading the library, the user needs to unpack and compile it on their system before building DPDK: @@ -77,7 +77,7 @@ and the external crypto libraries supported by them: DPDK version Crypto library version ============= ================================ 16.04 - 19.11 LibSSO SNOW3G - 20.02+ Multi-buffer library 0.53 - 0.54 + 20.02+ Multi-buffer library 0.53 - 1.0 ============= ================================ diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst index 800d371f4b..94bf71ba90 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 `_ 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 v1.0, which +can be downloaded from ``_. After downloading the library, the user needs to unpack and compile it on their system before building DPDK: @@ -77,7 +77,7 @@ and the external crypto libraries supported by them: DPDK version Crypto library version ============= ================================ 16.11 - 19.11 LibSSO ZUC - 20.02+ Multi-buffer library 0.53 - 0.54 + 20.02+ Multi-buffer library 0.53 - 1.0 ============= ================================