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 56A3F4570F; Thu, 1 Aug 2024 11:31:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4637842EB4; Thu, 1 Aug 2024 11:31:22 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id DBB0A402C8 for ; Thu, 1 Aug 2024 11:31:20 +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 DE20BDA7 for ; Thu, 1 Aug 2024 02:31:45 -0700 (PDT) Received: from [10.1.31.155] (unknown [10.1.31.155]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E0AA43F5A1 for ; Thu, 1 Aug 2024 02:31:19 -0700 (PDT) Message-ID: <325edeff-c5dc-4831-91de-6318fe1f2a8c@foss.arm.com> Date: Thu, 1 Aug 2024 10:31:17 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] doc: update Arm IPsec-MB dependency version To: dev@dpdk.org References: <20240731212606.2499178-1-wathsala.vithanage@arm.com> Content-Language: en-GB From: Jack Bond-Preston In-Reply-To: <20240731212606.2499178-1-wathsala.vithanage@arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 31/07/2024 22:26, Wathsala Vithanage wrote: > 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 Acked-by: Jack Bond-Preston > --- > .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 ` > For Arm system, ARM64 port of the multi-buffer library 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 ` > For Arm system, ARM64 port of the multi-buffer library 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: