[PATCH] doc: announce change in crypto queue setup
Ji, Kai
kai.ji at intel.com
Wed Jul 31 14:51:54 CEST 2024
Acked-by: Kai Ji <kai.ji at intel.com>
________________________________
From: Akhil Goyal <gakhil at marvell.com>
Sent: 31 July 2024 12:20
To: dev at dpdk.org <dev at dpdk.org>
Cc: thomas at monjalon.net <thomas at monjalon.net>; Marchand, David <david.marchand at redhat.com>; hemant.agrawal at nxp.com <hemant.agrawal at nxp.com>; anoobj at marvell.com <anoobj at marvell.com>; De Lara Guarch, Pablo <pablo.de.lara.guarch at intel.com>; Trahe, Fiona <fiona.trahe at intel.com>; Doherty, Declan <declan.doherty at intel.com>; matan at nvidia.com <matan at nvidia.com>; g.singh at nxp.com <g.singh at nxp.com>; fanzhang.oss at gmail.com <fanzhang.oss at gmail.com>; jianjay.zhou at huawei.com <jianjay.zhou at huawei.com>; asomalap at amd.com <asomalap at amd.com>; ruifeng.wang at arm.com <ruifeng.wang at arm.com>; konstantin.v.ananyev at yandex.ru <konstantin.v.ananyev at yandex.ru>; Nicolau, Radu <radu.nicolau at intel.com>; ajit.khaparde at broadcom.com <ajit.khaparde at broadcom.com>; rnagadheeraj at marvell.com <rnagadheeraj at marvell.com>; adwivedi at marvell.com <adwivedi at marvell.com>; ciara.power at intel.com <ciara.power at intel.com>; Akhil Goyal <gakhil at 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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20240731/0ffa4b3e/attachment-0001.htm>
More information about the dev
mailing list