<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof" style="font-family: "IntelOne Text"; font-size: 10pt; color: rgb(0, 0, 0);">
Acked-by: Kai Ji <kai.ji@intel.com></div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Akhil Goyal <gakhil@marvell.com><br>
<b>Sent:</b> 31 July 2024 12:20<br>
<b>To:</b> dev@dpdk.org <dev@dpdk.org><br>
<b>Cc:</b> 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><br>
<b>Subject:</b> [PATCH] doc: announce change in crypto queue setup</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Certain hardware crypto PMDs may support setting up<br>
of priority to a queue pair.<br>
Hence a new parameter for priority will be added in<br>
struct rte_cryptodev_qp_conf.<br>
<br>
Signed-off-by: Akhil Goyal <gakhil@marvell.com><br>
---<br>
doc/guides/rel_notes/deprecation.rst | 3 +++<br>
1 file changed, 3 insertions(+)<br>
<br>
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst<br>
index 6948641ff6..4d114cec3e 100644<br>
--- a/doc/guides/rel_notes/deprecation.rst<br>
+++ b/doc/guides/rel_notes/deprecation.rst<br>
@@ -125,6 +125,9 @@ Deprecation Notices<br>
This will effect the KASUMI, SNOW3G, ZUC, AESNI GCM, AESNI MB and CHACHAPOLY<br>
SW PMDs.<br>
<br>
+* cryptodev: The structure ``rte_cryptodev_qp_conf`` will be updated to have<br>
+ a new parameter to set priority of that particular queue pair.<br>
+<br>
* eventdev: The single-event (non-burst) enqueue and dequeue operations,<br>
used by static inline burst enqueue and dequeue functions in ``rte_eventdev.h``,<br>
will be removed in DPDK 23.11.<br>
-- <br>
2.25.1<br>
<br>
</div>
</span></font></div>
</body>
</html>