From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0F57645705; Wed, 31 Jul 2024 23:26:48 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB51C42EA2; Wed, 31 Jul 2024 23:26:47 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 3A2BD400D5 for ; Wed, 31 Jul 2024 23:26:25 +0200 (CEST) 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 13E2A1007; Wed, 31 Jul 2024 14:26:50 -0700 (PDT) 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 632C93F5A1; Wed, 31 Jul 2024 14:26:24 -0700 (PDT) From: Wathsala Vithanage To: dev@dpdk.org, Thomas Monjalon , Kai Ji , Pablo de Lara Cc: nd@arm.com, Wathsala Vithanage , Dhruv Tripathi Subject: [PATCH] doc: update Arm IPsec-MB dependency version Date: Wed, 31 Jul 2024 21:26:05 +0000 Message-Id: <20240731212606.2499178-1-wathsala.vithanage@arm.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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-2024.07.08 in snow3g and zuc documentation. Signed-off-by: Wathsala Vithanage Reviewed-by: Dhruv Tripathi --- .mailmap | 1 + doc/guides/cryptodevs/snow3g.rst | 2 +- doc/guides/cryptodevs/zuc.rst | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.mailmap b/.mailmap index 4a508bafad..b924fad56b 100644 --- a/.mailmap +++ b/.mailmap @@ -343,6 +343,7 @@ Dexia Li Dexuan Cui Dharmik Thakkar Dheemanth Mallikarjun +Dhruv Tripathi Diana Wang Didier Pallard Dilshod Urazov diff --git a/doc/guides/cryptodevs/snow3g.rst b/doc/guides/cryptodevs/snow3g.rst index 923b3fa0ac..6eb8229fb5 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-2024.03.12. +latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2024.07.08. 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 f51980e1fc..29fe6279aa 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-2024.03.12. +latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2024.07.08. After downloading the library, the user needs to unpack and compile it on their system before building DPDK: -- 2.34.1