public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
* [dpdk-dev v1] doc: update Multi-buffer library version to 2.0.1
@ 2026-03-02 16:47 Kai Ji
  2026-03-02 16:58 ` Bruce Richardson
  2026-03-06 12:50 ` [dpdk-dev v2] doc: update Multi-buffer library version for DPDK Kai Ji
  0 siblings, 2 replies; 4+ messages in thread
From: Kai Ji @ 2026-03-02 16:47 UTC (permalink / raw)
  To: dev; +Cc: gakhil, stable, Kai Ji

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 <kai.ji@intel.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev v1] doc: update Multi-buffer library version to 2.0.1
  2026-03-02 16:47 [dpdk-dev v1] doc: update Multi-buffer library version to 2.0.1 Kai Ji
@ 2026-03-02 16:58 ` Bruce Richardson
  2026-03-06 12:50 ` [dpdk-dev v2] doc: update Multi-buffer library version for DPDK Kai Ji
  1 sibling, 0 replies; 4+ messages in thread
From: Bruce Richardson @ 2026-03-02 16:58 UTC (permalink / raw)
  To: Kai Ji; +Cc: dev, gakhil, stable

On Mon, Mar 02, 2026 at 04:47:42PM +0000, Kai Ji wrote:
> 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 <kai.ji@intel.com>
> ---
>  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
>     =============  ================================
>  

Minor question - is it worth leaving the last version here as open ended
until such time as you get a version that is not supported in that release,
e.g. "24.11+ Multi-buffer library 1.4+"?

That would save updating each time there is a new supported release, and
you can close off the line and start a new one once there is a release you
don't support for that version any longer..

/Bruce

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dpdk-dev v2] doc: update Multi-buffer library version for DPDK
  2026-03-02 16:47 [dpdk-dev v1] doc: update Multi-buffer library version to 2.0.1 Kai Ji
  2026-03-02 16:58 ` Bruce Richardson
@ 2026-03-06 12:50 ` Kai Ji
  2026-03-10  6:17   ` [EXTERNAL] " Akhil Goyal
  1 sibling, 1 reply; 4+ messages in thread
From: Kai Ji @ 2026-03-06 12:50 UTC (permalink / raw)
  To: dev; +Cc: gakhil, stable, Kai Ji

Update the supported Intel Multi-buffer library version for
DPDK 24.11+ in the cryptodev guides for aesni_mb, aesni_gcm,
chacha20_poly1305, snow3g and zuc.

Signed-off-by: Kai Ji <kai.ji@intel.com>
---
 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..0b1f2262fb 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+
    =============  ================================
 
 Initialization
diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst
index d58ce20ff4..7ce92305d1 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+
    ==============  ============================
 
 Initialization
diff --git a/doc/guides/cryptodevs/chacha20_poly1305.rst b/doc/guides/cryptodevs/chacha20_poly1305.rst
index b5a980b247..37d9d2e8af 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+
    =============  ================================
 
 Initialization
diff --git a/doc/guides/cryptodevs/snow3g.rst b/doc/guides/cryptodevs/snow3g.rst
index bde30de1b5..0fe914ffd3 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+
    =============  ================================
 
 Initialization
diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst
index 1bede0498b..7c6b83e7eb 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+
    =============  ================================
 
 Initialization
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: [EXTERNAL] [dpdk-dev v2] doc: update Multi-buffer library version for DPDK
  2026-03-06 12:50 ` [dpdk-dev v2] doc: update Multi-buffer library version for DPDK Kai Ji
@ 2026-03-10  6:17   ` Akhil Goyal
  0 siblings, 0 replies; 4+ messages in thread
From: Akhil Goyal @ 2026-03-10  6:17 UTC (permalink / raw)
  To: Kai Ji, dev@dpdk.org; +Cc: stable@dpdk.org

> Update the supported Intel Multi-buffer library version for
> DPDK 24.11+ in the cryptodev guides for aesni_mb, aesni_gcm,
> chacha20_poly1305, snow3g and zuc.
> 
> Signed-off-by: Kai Ji <kai.ji@intel.com>
> ---
Applied to dpdk-next-crypto

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-10  6:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02 16:47 [dpdk-dev v1] doc: update Multi-buffer library version to 2.0.1 Kai Ji
2026-03-02 16:58 ` Bruce Richardson
2026-03-06 12:50 ` [dpdk-dev v2] doc: update Multi-buffer library version for DPDK Kai Ji
2026-03-10  6:17   ` [EXTERNAL] " Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox