[PATCH] doc: announce change in crypto adapter queue add
Volodymyr Fialko
vfialko at marvell.com
Tue Jun 28 14:09:27 CEST 2022
The function `rte_event_crypto_adapter_queue_pair_add` will accept
`rte_event_crypto_adapter_queue_conf` argument instead of `rte_event`.
Signed-off-by: Volodymyr Fialko <vfialko at marvell.com>
---
doc/guides/rel_notes/deprecation.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 4e5b23c53d..63a6459f17 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -125,3 +125,9 @@ Deprecation Notices
applications should be updated to use the ``dmadev`` library instead,
with the underlying HW-functionality being provided by the ``ioat`` or
``idxd`` dma drivers
+
+* eventdev: The function ``rte_event_crypto_adapter_queue_pair_add`` will
+ accept configuration of type ``rte_event_crypto_adapter_queue_conf`` instead
+ of ``rte_event``, similar to ``rte_event_eth_rx_adapter_queue_add`` signature.
+ Event will be one of the configuration fields, together with additional
+ vector parameters.
--
2.25.1
More information about the dev
mailing list