crypto/ipsec_mb: update Arm IPsec-MB library tag

Message ID 20240228175250.340922-1-wathsala.vithanage@arm.com (mailing list archive)
State Superseded, archived
Delegated to: akhil goyal
Headers
Series crypto/ipsec_mb: update Arm IPsec-MB library tag |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/github-robot: build success github build: passed
ci/intel-Functional success Functional PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-sample-apps-testing success Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS

Commit Message

Wathsala Wathawana Vithanage Feb. 28, 2024, 5:52 p.m. UTC
  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 <wathsala.vithanage@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Reviewed-by: Jack Bond-Preston <Jack.Bond-Preston@arm.com>
---
 doc/guides/cryptodevs/snow3g.rst | 2 +-
 doc/guides/cryptodevs/zuc.rst    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Comments

Akhil Goyal March 1, 2024, 8:15 a.m. UTC | #1
> 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 <wathsala.vithanage@arm.com>
> Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
> Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
> Reviewed-by: Jack Bond-Preston <Jack.Bond-Preston@arm.com>
> ---
I believe this patch would need a rework due to the issue found in 
https://patches.dpdk.org/project/dpdk/patch/20240228113301.934291-1-brian.dooley@intel.com/
  
Akhil Goyal March 5, 2024, 4:06 p.m. UTC | #2
> Subject: RE: [EXTERNAL] [PATCH] crypto/ipsec_mb: update Arm IPsec-MB library
> tag
> 
> > 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 <wathsala.vithanage@arm.com>
> > Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
> > Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
> > Reviewed-by: Jack Bond-Preston <Jack.Bond-Preston@arm.com>
> > ---
> I believe this patch would need a rework due to the issue found in
> https://patches.dpdk.org/project/dpdk/patch/20240228113301.934291-1-
> brian.dooley@intel.com/
Hi Wathsala,
Any update on the updated tag and this patch?
  
Wathsala Wathawana Vithanage March 5, 2024, 5:44 p.m. UTC | #3
> Hi Wathsala,
> Any update on the updated tag and this patch?

Hi Akhil,
Tag SECLIB-IPSEC-2024.03.05 has been created.
  

Patch

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 `<https://github.com/01org/intel-ipsec-mb/archive/v1.5.zi
 
 For Arm system, ARM64 port of the multi-buffer library can be downloaded from
 `<https://gitlab.arm.com/arm-reference-solutions/ipsec-mb/-/tree/main/>`_. 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 `<https://github.com/01org/intel-ipsec-mb/archive/v1.5.zi
 
 For Arm system, ARM64 port of the multi-buffer library can be downloaded from
 `<https://gitlab.arm.com/arm-reference-solutions/ipsec-mb/-/tree/main/>`_. 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: