Re: [dpdk-dev] [v5 1/2] cryptodev: support enqueue & dequeue callback functions

2020-10-28 Thread Gujjar, Abhinandan S
> -Original Message- > From: Ananyev, Konstantin > Sent: Wednesday, October 28, 2020 6:56 PM > To: Gujjar, Abhinandan S ; dev@dpdk.org; > Doherty, Declan ; akhil.go...@nxp.com; > honnappa.nagaraha...@arm.com > Cc: Vangati, Narender ; jer...@marvell.com > Subject: RE: [v5 1/2] cryptodev:

Re: [dpdk-dev] [v5 1/2] cryptodev: support enqueue & dequeue callback functions

2020-10-28 Thread Ananyev, Konstantin
> This patch adds APIs to add/remove callback functions on crypto > enqueue/dequeue burst. The callback function will be called for > each burst of crypto ops received on a given crypto device queue pair. > > Signed-off-by: Abhinandan Gujjar > Acked-by: Konstantin Ananyev > --- > config/rte_c

[dpdk-dev] [v5 1/2] cryptodev: support enqueue & dequeue callback functions

2020-10-28 Thread Abhinandan Gujjar
This patch adds APIs to add/remove callback functions on crypto enqueue/dequeue burst. The callback function will be called for each burst of crypto ops received on a given crypto device queue pair. Signed-off-by: Abhinandan Gujjar Acked-by: Konstantin Ananyev --- config/rte_config.h