[v7,2/2] doc: announce Intel IPsec MB version bump

Message ID 20240314103731.3242086-2-brian.dooley@intel.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series [v7,1/2] doc: remove outdated version details |

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-intel-Performance success Performance Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-sample-apps-testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS

Commit Message

Brian Dooley March 14, 2024, 10:37 a.m. UTC
  The Intel IPsec Multi-buffer version is set to be bumped to a minimum
version of 1.4 for the 24.11 LTS release.

Signed-off-by: Brian Dooley <brian.dooley@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Power, Ciara March 14, 2024, 12:04 p.m. UTC | #1
> -----Original Message-----
> From: Brian Dooley <brian.dooley@intel.com>
> Sent: Thursday, March 14, 2024 10:38 AM
> Cc: dev@dpdk.org; gakhil@marvell.com; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>; Dooley, Brian <brian.dooley@intel.com>
> Subject: [PATCH v7 2/2] doc: announce Intel IPsec MB version bump
> 
> The Intel IPsec Multi-buffer version is set to be bumped to a minimum version of
> 1.4 for the 24.11 LTS release.
> 
> Signed-off-by: Brian Dooley <brian.dooley@intel.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index 10630ba255..a3d48dfcc1 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -120,6 +120,10 @@ Deprecation Notices
>    which got error interrupt to the application,
>    so that application can reset that particular queue pair.
> 
> +* cryptodev: In 24.11 LTS release the Intel IPsec Multi-buffer version
> +will be
> +  bumped to a minimum version of v1.4. This will effect the KASUMI,
> +SNOW3G, ZUC,
> +  AESNI GCM, AESNI MB and CHACHAPOLY SW PMDs.
> +
>  * eventdev: The single-event (non-burst) enqueue and dequeue operations,
>    used by static inline burst enqueue and dequeue functions in
> ``rte_eventdev.h``,
>    will be removed in DPDK 23.11.
> --
> 2.25.1

Acked-by: Ciara Power <ciara.power@intel.com>
  

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 10630ba255..a3d48dfcc1 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -120,6 +120,10 @@  Deprecation Notices
   which got error interrupt to the application,
   so that application can reset that particular queue pair.
 
+* cryptodev: In 24.11 LTS release the Intel IPsec Multi-buffer version will be
+  bumped to a minimum version of v1.4. This will effect the KASUMI, SNOW3G, ZUC,
+  AESNI GCM, AESNI MB and CHACHAPOLY SW PMDs.
+
 * eventdev: The single-event (non-burst) enqueue and dequeue operations,
   used by static inline burst enqueue and dequeue functions in ``rte_eventdev.h``,
   will be removed in DPDK 23.11.