RE: [EXT] Re: [RFC PATCH] cryptodev: add return parameter to callback process API

2022-09-30 Thread Akhil Goyal
> > 24/06/2022 14:12, Srujana Challa: > > > Adds a return parameter "uint16_t qp_id" to the functions > > > rte_cryptodev_pmd_callback_process and rte_cryptodev_cb_fn. > > > The new parameter is used to return queue pair ID to the application > > > when it gets error interrupt, so that application

RE: [EXT] Re: [RFC PATCH] cryptodev: add return parameter to callback process API

2022-09-19 Thread Srujana Challa
.@redhat.com; bruce.richard...@intel.com; > konstantin.v.anan...@yandex.ru; ma...@nvidia.com; > honnappa.nagaraha...@arm.com > Subject: [EXT] Re: [RFC PATCH] cryptodev: add return parameter to callback > process API > > External Email > > --

Re: [RFC PATCH] cryptodev: add return parameter to callback process API

2022-07-17 Thread Thomas Monjalon
24/06/2022 14:12, Srujana Challa: > Adds a return parameter "uint16_t qp_id" to the functions > rte_cryptodev_pmd_callback_process and rte_cryptodev_cb_fn. > The new parameter is used to return queue pair ID to > the application when it gets error interrupt, so that > application can disable and en

[RFC PATCH] cryptodev: add return parameter to callback process API

2022-06-24 Thread Srujana Challa
Adds a return parameter "uint16_t qp_id" to the functions rte_cryptodev_pmd_callback_process and rte_cryptodev_cb_fn. The new parameter is used to return queue pair ID to the application when it gets error interrupt, so that application can disable and enable the queue pair, to bring the queue back

[RFC PATCH] cryptodev: add return parameter to callback process API

2022-06-24 Thread Srujana Challa
Adds a return parameter "uint16_t qp_id" to the functions rte_cryptodev_pmd_callback_process and rte_cryptodev_cb_fn. The new parameter is used to return queue pair ID to the application when it gets error interrupt, so that application can disable and enable the queue pair, to bring the queue back