On 6/28/2022 5:39 PM, Volodymyr Fialko wrote:
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 <[email protected]>
Acked-by: Hemant Agrawal <[email protected]>
---
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.