Acked-by: Kai Ji <kai.ji@intel.com>

From: Akhil Goyal <gakhil@marvell.com>
Sent: 31 July 2024 12:20
To: dev@dpdk.org <dev@dpdk.org>
Cc: thomas@monjalon.net <thomas@monjalon.net>; Marchand, David <david.marchand@redhat.com>; hemant.agrawal@nxp.com <hemant.agrawal@nxp.com>; anoobj@marvell.com <anoobj@marvell.com>; De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>; Trahe, Fiona <fiona.trahe@intel.com>; Doherty, Declan <declan.doherty@intel.com>; matan@nvidia.com <matan@nvidia.com>; g.singh@nxp.com <g.singh@nxp.com>; fanzhang.oss@gmail.com <fanzhang.oss@gmail.com>; jianjay.zhou@huawei.com <jianjay.zhou@huawei.com>; asomalap@amd.com <asomalap@amd.com>; ruifeng.wang@arm.com <ruifeng.wang@arm.com>; konstantin.v.ananyev@yandex.ru <konstantin.v.ananyev@yandex.ru>; Nicolau, Radu <radu.nicolau@intel.com>; ajit.khaparde@broadcom.com <ajit.khaparde@broadcom.com>; rnagadheeraj@marvell.com <rnagadheeraj@marvell.com>; adwivedi@marvell.com <adwivedi@marvell.com>; ciara.power@intel.com <ciara.power@intel.com>; Akhil Goyal <gakhil@marvell.com>
Subject: [PATCH] doc: announce change in crypto queue setup
 
Certain hardware crypto PMDs may support setting up
of priority to a queue pair.
Hence a new parameter for priority will be added in
struct rte_cryptodev_qp_conf.

Signed-off-by: Akhil Goyal <gakhil@marvell.com>
---
 doc/guides/rel_notes/deprecation.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 6948641ff6..4d114cec3e 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -125,6 +125,9 @@ Deprecation Notices
   This will effect the KASUMI, SNOW3G, ZUC, AESNI GCM, AESNI MB and CHACHAPOLY
   SW PMDs.
 
+* cryptodev: The structure ``rte_cryptodev_qp_conf`` will be updated to have
+  a new parameter to set priority of that particular queue pair.
+
 * 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