From patchwork Wed Feb 28 17:52:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wathsala Wathawana Vithanage X-Patchwork-Id: 137452 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 7BE6A43C26; Wed, 28 Feb 2024 18:55:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0CC68427DC; Wed, 28 Feb 2024 18:55:56 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 3690D4003C for ; Wed, 28 Feb 2024 18:55:51 +0100 (CET) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 802BBC15; Wed, 28 Feb 2024 09:56:26 -0800 (PST) Received: from ampere-altra-2-1.usa.Arm.com (ampere-altra-2-1.usa.arm.com [10.118.91.158]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 57CAC3F73F; Wed, 28 Feb 2024 09:55:44 -0800 (PST) From: Wathsala Vithanage To: Kai Ji , Pablo de Lara Cc: gakhil@marvell.com, ciara.power@intel.com, probb@iol.unh.edu, dev@dpdk.org, nd@arm.com, Wathsala Vithanage , Ruifeng Wang , Honnappa Nagarahalli , Jack Bond-Preston Subject: [PATCH] crypto/ipsec_mb: update Arm IPsec-MB library tag Date: Wed, 28 Feb 2024 17:52:50 +0000 Message-Id: <20240228175250.340922-1-wathsala.vithanage@arm.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 Updates the tag of Arm IPsec-MB library to SECLIB-IPSEC-2023.10.13 in snow3g and zuc documentation. Tag SECLIB-IPSEC-2023.10.13 updates IPSec-MB library version to 1.4. Signed-off-by: Wathsala Vithanage Reviewed-by: Ruifeng Wang Reviewed-by: Honnappa Nagarahalli Reviewed-by: Jack Bond-Preston --- doc/guides/cryptodevs/snow3g.rst | 2 +- doc/guides/cryptodevs/zuc.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/cryptodevs/snow3g.rst b/doc/guides/cryptodevs/snow3g.rst index 3392932653..e255b1c2c7 100644 --- a/doc/guides/cryptodevs/snow3g.rst +++ b/doc/guides/cryptodevs/snow3g.rst @@ -54,7 +54,7 @@ can be downloaded from ``_. The -latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.06.20. +latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.10.13. After downloading the library, the user needs to unpack and compile it on their system before building DPDK: diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst index a414b5ad2c..24454b23a5 100644 --- a/doc/guides/cryptodevs/zuc.rst +++ b/doc/guides/cryptodevs/zuc.rst @@ -53,7 +53,7 @@ can be downloaded from ``_. The -latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.06.20. +latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.10.13. After downloading the library, the user needs to unpack and compile it on their system before building DPDK: