From patchwork Wed Feb 23 18:22:45 2022 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: 108190 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 4C14BA00C2; Wed, 23 Feb 2022 19:22:55 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E334240DF6; Wed, 23 Feb 2022 19:22:54 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 9D3224067B for ; Wed, 23 Feb 2022 19:22:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645640572; x=1677176572; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=SXqrYRuv4yH+jPMseywf8JIGtQwAQWBA/hspngfYp30=; b=O94lwUkmtgAZaMzjypqyWumc7FWuOYbUfNR55BBgtZ3nAnDJQsuYM2mr dqwmn3nsW+Eh/OEn5FJDJAfXrDGWZeAuTY+sa0v/YAA9xiOsfyFsJotuL VaF/O/PD4XdFTk9xyTrSn/NEeX6PllJDntrx4uiPqAxL+U4ig5XR9hS+s xJu8EqxlPORPNvIJp3muAczRyHYAr3jsJHsk0hY7pqzlEG7DnzalcKkBQ 0TYL7GkIjrQuEgO0v+0nFHK7I3+hKwJFwAtZZBKJt38RBELLl0DATgUUp +PvbhUMnximB0cJTzfVqxkJnx5B0OTQ8SWmGym08vK9WIjNz+NH3K4Z+N w==; X-IronPort-AV: E=McAfee;i="6200,9189,10267"; a="252240639" X-IronPort-AV: E=Sophos;i="5.88,391,1635231600"; d="scan'208";a="252240639" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 10:22:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,391,1635231600"; d="scan'208";a="707144396" Received: from silpixa00400636.ir.intel.com ([10.237.213.19]) by orsmga005.jf.intel.com with ESMTP; 23 Feb 2022 10:22:49 -0800 From: Pablo de Lara To: roy.fan.zhang@intel.com Cc: dev@dpdk.org, Pablo de Lara Subject: [PATCH] doc: support IPsec Multi-buffer lib v1.2 Date: Wed, 23 Feb 2022 18:22:45 +0000 Message-Id: <20220223182245.740057-1-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.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 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 | 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 `_ 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 ``_. +The latest version of the library supported by this PMD is v1.2, which +can be downloaded in ``_. .. 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 `_ 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 ``_. +The latest version of the library supported by this PMD is v1.2, which +can be downloaded from ``_. .. 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 `_ 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 ``_. +The latest version of the library supported by this PMD is v1.2, which +can be downloaded from ``_. 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 `_ 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 ``_. +The latest version of the library supported by this PMD is v1.2, which +can be downloaded from ``_. 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 `_ 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 ``_. +The latest version of the library supported by this PMD is v1.2, which +can be downloaded from ``_. 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.