Update the maximum supported Intel Multi-buffer library version from 1.5 to 2.0.1 for DPDK 24.11+ in the cryptodev guides.
Signed-off-by: Kai Ji <[email protected]> --- doc/guides/cryptodevs/aesni_gcm.rst | 2 +- doc/guides/cryptodevs/aesni_mb.rst | 2 +- doc/guides/cryptodevs/chacha20_poly1305.rst | 2 +- doc/guides/cryptodevs/snow3g.rst | 2 +- doc/guides/cryptodevs/zuc.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/guides/cryptodevs/aesni_gcm.rst b/doc/guides/cryptodevs/aesni_gcm.rst index 16bdaf3cb4..8d833c92aa 100644 --- a/doc/guides/cryptodevs/aesni_gcm.rst +++ b/doc/guides/cryptodevs/aesni_gcm.rst @@ -75,7 +75,7 @@ and the external crypto libraries supported by them: ============= ================================ 20.11 - 21.08 Multi-buffer library 0.53 - 1.3 21.11 - 24.07 Multi-buffer library 1.0 - 1.5 - 24.11+ Multi-buffer library 1.4 - 1.5 + 24.11+ Multi-buffer library 1.4 - 2.0.1 ============= ================================ Initialization diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index d58ce20ff4..b9ecb38524 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -139,7 +139,7 @@ and the Multi-Buffer library version supported by them: ============== ============================ 20.11 - 21.08 0.53 - 1.3 21.11 - 24.07 1.0 - 1.5 - 24.11+ 1.4 - 1.5 + 24.11+ 1.4 - 2.0.1 ============== ============================ Initialization diff --git a/doc/guides/cryptodevs/chacha20_poly1305.rst b/doc/guides/cryptodevs/chacha20_poly1305.rst index b5a980b247..7802b6551f 100644 --- a/doc/guides/cryptodevs/chacha20_poly1305.rst +++ b/doc/guides/cryptodevs/chacha20_poly1305.rst @@ -67,7 +67,7 @@ and the external crypto libraries supported by them: DPDK version Crypto library version ============= ================================ 21.11 - 24.07 Multi-buffer library 1.0 - 1.5 - 24.11+ Multi-buffer library 1.4 - 1.5 + 24.11+ Multi-buffer library 1.4 - 2.0.1 ============= ================================ Initialization diff --git a/doc/guides/cryptodevs/snow3g.rst b/doc/guides/cryptodevs/snow3g.rst index bde30de1b5..f0334e964a 100644 --- a/doc/guides/cryptodevs/snow3g.rst +++ b/doc/guides/cryptodevs/snow3g.rst @@ -90,7 +90,7 @@ and the external crypto libraries supported by them: ============= ================================ 20.02 - 21.08 Multi-buffer library 0.53 - 1.3 21.11 - 24.07 Multi-buffer library 1.0 - 1.5 - 24.11+ Multi-buffer library 1.4 - 1.5 + 24.11+ Multi-buffer library 1.4 - 2.0.1 ============= ================================ Initialization diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst index 1bede0498b..5f498fdf41 100644 --- a/doc/guides/cryptodevs/zuc.rst +++ b/doc/guides/cryptodevs/zuc.rst @@ -89,7 +89,7 @@ and the external crypto libraries supported by them: ============= ================================ 20.02 - 21.08 Multi-buffer library 0.53 - 1.3 21.11 - 24.07 Multi-buffer library 1.0 - 1.5 - 24.11+ Multi-buffer library 1.4 - 1.5 + 24.11+ Multi-buffer library 1.4 - 2.0.1 ============= ================================ Initialization -- 2.43.0

