doc: update IPsec Multi-buffer version for Arm

Message ID 20230620091714.3532311-1-ruifeng.wang@arm.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series doc: update IPsec Multi-buffer version for Arm |

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/iol-mellanox-Performance success Performance Testing PASS
ci/intel-Functional success Functional PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/github-robot: build success github build: passed
ci/iol-abi-testing success Testing PASS
ci/iol-unit-testing success Testing PASS
ci/iol-aarch-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS

Commit Message

Ruifeng Wang June 20, 2023, 9:17 a.m. UTC
  Updated SNOW3G and ZUC PMD documentation guides with information
about the latest library version supported.

Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
---
 doc/guides/cryptodevs/snow3g.rst | 2 +-
 doc/guides/cryptodevs/zuc.rst    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Comments

Akhil Goyal June 20, 2023, 1:09 p.m. UTC | #1
> Updated SNOW3G and ZUC PMD documentation guides with information
> about the latest library version supported.
> 
> Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
Applied to dpdk-next-crypto
Thanks.
  

Patch

diff --git a/doc/guides/cryptodevs/snow3g.rst b/doc/guides/cryptodevs/snow3g.rst
index b0dcf0d206..4454fa480b 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.3.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-2022.05.25.
+latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.06.20.
 
 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 2a7b062467..484f759b04 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.3.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-2022.05.25.
+latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.06.20.
 
 After downloading the library, the user needs to unpack and compile it
 on their system before building DPDK: