Document Arm/ARM64 IPsec-MB source and supported tag level for aesni_mb, aesni_gcm, snow3g, and zuc cryptodev guides.
- Add Arm library reference to aesni_mb and aesni_gcm docs. - Update snow3g and zuc IPsec-MB library tag to SECLIB-IPSEC-2026.05.30. Signed-off-by: Wathsala Vithanage <[email protected]> --- doc/guides/cryptodevs/aesni_gcm.rst | 4 ++++ doc/guides/cryptodevs/aesni_mb.rst | 4 ++++ doc/guides/cryptodevs/snow3g.rst | 2 +- doc/guides/cryptodevs/zuc.rst | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/guides/cryptodevs/aesni_gcm.rst b/doc/guides/cryptodevs/aesni_gcm.rst index 0b1f2262fb..5b31ee19eb 100644 --- a/doc/guides/cryptodevs/aesni_gcm.rst +++ b/doc/guides/cryptodevs/aesni_gcm.rst @@ -43,6 +43,10 @@ and compile it on their user system before building DPDK. The latest version of the library supported by this PMD is v1.5, which can be downloaded in `<https://github.com/01org/intel-ipsec-mb/archive/v1.5.zip>`_. +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-2026.05.30. + .. code-block:: console make diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index 7ce92305d1..8a7920ab46 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -108,6 +108,10 @@ and compile it on their user system before building DPDK. The latest version of the library supported by this PMD is v1.5, which can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.5.zip>`_. +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-2026.05.30. + .. code-block:: console make diff --git a/doc/guides/cryptodevs/snow3g.rst b/doc/guides/cryptodevs/snow3g.rst index 0fe914ffd3..0fc42c2302 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-2024.07.08. +latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2026.05.30. 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 7c6b83e7eb..02614a8b36 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-2024.07.08. +latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2026.05.30. After downloading the library, the user needs to unpack and compile it on their system before building DPDK: -- 2.43.0

