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

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

2022-07-11 Thread Jerin Jacob
gt; > ano...@marvell.com > > Subject: [PATCH] doc: announce change to cryptodev cb function prototype > > -- > > 2.25.1 > Acked-by: Fan Zhang Acked-by: Jerin Jacob

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

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 par

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

2022-06-24 Thread 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/2022-June/245428.html Signed-off-by: Srujana Cha