Re: [PATCH] doc: announce change to cryptodev cb function prototype

2022-07-17 Thread Thomas Monjalon
24/06/2022 15:45, Srujana Challa: > 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/202

RE: [PATCH] doc: announce change to cryptodev cb function prototype

2022-07-12 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

RE: [PATCH] doc: announce change to cryptodev cb function prototype

2022-07-12 Thread Akhil Goyal
Hi Hemant, Can you please ack this deprecation notice? > 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

Re: [PATCH] doc: announce change to cryptodev cb function prototype

2022-07-11 Thread Jerin Jacob
On Wed, Jul 6, 2022 at 2:41 PM Zhang, Roy Fan wrote: > > > -Original Message- > > From: Srujana Challa > > Sent: Friday, June 24, 2022 2:45 PM > > To: gak...@marvell.com; Zhang, Roy Fan > > Cc: dev@dpdk.org; jer...@marvell.com; ndabilpu...@marvell.com; > > ano...@marvell.com > > Subject:

RE: [PATCH] doc: announce change to cryptodev cb function prototype

2022-07-06 Thread Zhang, Roy Fan
> -Original Message- > From: Srujana Challa > Sent: Friday, June 24, 2022 2:45 PM > To: gak...@marvell.com; Zhang, Roy Fan > Cc: dev@dpdk.org; jer...@marvell.com; ndabilpu...@marvell.com; > ano...@marvell.com > Subject: [PATCH] doc: announce change to cryptodev cb function prototype > >

RE: [PATCH] doc: announce change to cryptodev cb function prototype

2022-06-24 Thread Akhil Goyal
> 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.