> -----Original Message-----
> From: Srujana Challa <scha...@marvell.com>
> Sent: Friday, June 24, 2022 2:45 PM
> To: gak...@marvell.com; Zhang, Roy Fan <roy.fan.zh...@intel.com>
> Cc: dev@dpdk.org; jer...@marvell.com; ndabilpu...@marvell.com;
> ano...@marvell.com
> Subject: [PATCH] doc: announce change to cryptodev cb function prototype
>
> Function rte_cryptodev_cb_fn prototype will be extended to
> add new parameter qp_id, to return queue pair ID, which got
> error interrupt to the application, so that application can
> reset that particular queue pair.
>
> https://mails.dpdk.org/archives/dev/2022-June/245428.html
>
> Signed-off-by: Srujana Challa <scha...@marvell.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index 4e5b23c53d..d6c94f8ac8 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -112,6 +112,11 @@ Deprecation Notices
> session and the private data of session. An opaque pointer can be exposed
> directly to application which can be attached to the ``rte_crypto_op``.
>
> +* cryptodev: The function pointer ``rte_cryptodev_cb_fn`` will be updated to
> + have another parameter ``qp_id`` to return the queue_pair ID which got
> error
> + interrupt to the application so that application can reset that particular
> + queue pair.
> +
> * security: Hide structure ``rte_security_session`` and expose an opaque
> pointer for the private data to the application which can be attached
> to the packet while enqueuing.
> --
> 2.25.1
Acked-by: Fan Zhang <roy.fan.zh...@intel.com>