Re: [dpdk-dev] [v3 1/2] cryptodev: support enqueue callback functions

2020-10-23 Thread Gujjar, Abhinandan S
Hi Konstantin, Thanks. I will generate a new patch with suggested changes. > -Original Message- > From: Ananyev, Konstantin > Sent: Thursday, October 22, 2020 1:04 AM > To: Gujjar, Abhinandan S ; dev@dpdk.org; > Doherty, Declan ; akhil.go...@nxp.com; > honnappa.nagaraha...@arm.com > Cc:

Re: [dpdk-dev] [v3 1/2] cryptodev: support enqueue callback functions

2020-10-23 Thread Gujjar, Abhinandan S
Hi Honnappa, I will take care of this in next patch set. > -Original Message- > From: Honnappa Nagarahalli > Sent: Wednesday, October 21, 2020 12:58 PM > To: Gujjar, Abhinandan S ; dev@dpdk.org; > Doherty, Declan ; akhil.go...@nxp.com; Ananyev, > Konstantin > Cc: Vangati, Narender ; jer

Re: [dpdk-dev] [v3 1/2] cryptodev: support enqueue callback functions

2020-10-21 Thread Ananyev, Konstantin
Hi Abhinandan, Thanks for the effort, good progress. Though few more comments, see below. > This patch adds APIs to add/remove callback functions. The callback > function will be called for each burst of crypto ops received on a > given crypto device queue pair. > > Signed-off-by: Abhinandan G

Re: [dpdk-dev] [v3 1/2] cryptodev: support enqueue callback functions

2020-10-21 Thread Honnappa Nagarahalli
> > This patch adds APIs to add/remove callback functions. 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 > --- > config/rte_config.h| 1 + > lib/librte_cryp

[dpdk-dev] [v3 1/2] cryptodev: support enqueue callback functions

2020-10-20 Thread Abhinandan Gujjar
This patch adds APIs to add/remove callback functions. 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 --- config/rte_config.h| 1 + lib/librte_cryptodev/meson.build