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

2020-11-03 Thread Akhil Goyal
> > Hi Akhil, > > > Hi Abhinandan, > > > > > > Hi Thomas, > > > > > > > > > > > 03/11/2020 08:44, Gujjar, Abhinandan S: > > > > > From: Akhil Goyal > > > > > > As I suggested 2 times that there are documentation issues. > > > > > > Haven't seen a version To fix that. Please check it at your end

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

2020-11-03 Thread Gujjar, Abhinandan S
; Vangati, Narender > ; jer...@marvell.com; Mcnamara, John > ; david.march...@redhat.com; Yigit, Ferruh > > Subject: RE: [dpdk-dev] [v6 1/2] cryptodev: support enqueue & dequeue > callback functions > > Hi Abhinandan, > > > > Hi Thomas, > > > > > > &

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

2020-11-03 Thread Akhil Goyal
Hi Abhinandan, > > Hi Thomas, > > > > > 03/11/2020 08:44, Gujjar, Abhinandan S: > > > From: Akhil Goyal > > > > As I suggested 2 times that there are documentation issues. Haven't > > > > seen a version To fix that. Please check it at your end and try > > > > fixing the timing of your system so

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

2020-11-03 Thread Gujjar, Abhinandan S
angati, Narender > ; jer...@marvell.com; Mcnamara, John > ; david.march...@redhat.com; Yigit, Ferruh > > Subject: Re: [dpdk-dev] [v6 1/2] cryptodev: support enqueue & dequeue > callback functions > > 03/11/2020 08:44, Gujjar, Abhinandan S: > > From: Akhil Goyal > >

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

2020-11-03 Thread Thomas Monjalon
03/11/2020 08:44, Gujjar, Abhinandan S: > From: Akhil Goyal > > As I suggested 2 times that there are documentation issues. Haven't seen a > > version To fix that. Please check it at your end and try fixing the timing > > of your > > system so that CI Can pick it for compilation. > > As far as I

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

2020-11-02 Thread Gujjar, Abhinandan S
Hi Akhil, > -Original Message- > From: Akhil Goyal > Sent: Tuesday, November 3, 2020 11:58 AM > To: Gujjar, Abhinandan S ; dev@dpdk.org; > Doherty, Declan ; > honnappa.nagaraha...@arm.com; Ananyev, Konstantin > ; Hemant Agrawal > > Cc: Vangati, Narender ; jer...@marvell.com > Subject: RE

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

2020-11-02 Thread Akhil Goyal
Hi Abhinandan, > Subject: RE: [v6 1/2] cryptodev: support enqueue & dequeue callback functions > > Hi Akhil, > > Can you please go through the patch again and check if any more comments? As I suggested 2 times that there are documentation issues. Haven't seen a version To fix that. Please check

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

2020-11-02 Thread Gujjar, Abhinandan S
Hi Akhil, Can you please go through the patch again and check if any more comments? I understand that we work in same time zone, getting feedback from you in the mid night will not help me/you to pull this patch in. A quick response will enable me to prepare patch set quickly and send it across.

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

2020-11-02 Thread Akhil Goyal
Hi Abhinandan, > Hi Akhil, > > What is the status of this patch? Is it pulled into RC2? > > As I suggested below, please fix your date and let the CI pick your patches for build. In my local build for documentation, the newly added APIs are not added in the Documentation. Please fix doxygen is

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

2020-11-02 Thread Gujjar, Abhinandan S
Hi Akhil, What is the status of this patch? Is it pulled into RC2? Regards Abhinandan > -Original Message- > From: Gujjar, Abhinandan S > Sent: Saturday, October 31, 2020 12:06 AM > To: 'Akhil Goyal' ; dev@dpdk.org; Doherty, Declan > ; honnappa.nagaraha...@arm.com; Ananyev, > Konstantin

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

2020-10-30 Thread Gujjar, Abhinandan S
Hi Akhil, Regarding the date, I am not sure how it can be fixed now. May be the space is missed out as well. Could be please help? Regards Abhinandan > -Original Message- > From: Akhil Goyal > Sent: Friday, October 30, 2020 11:59 PM > To: Gujjar, Abhinandan S ; dev@dpdk.org; > Doherty,

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

2020-10-30 Thread Akhil Goyal
Hi Abhinandan, > +struct rte_cryptodev_cb { > + struct rte_cryptodev_cb *next; > + /** < Pointer to next callback */ > + rte_cryptodev_callback_fn fn; > + /** < Pointer to callback function */ > + void *arg; > + /** < Pointer to argument */ > +}; > + > +/** > + * @internal

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

2020-10-30 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/sent on a given crypto device queue pair. Signed-off-by: Abhinandan Gujjar Acked-by: Konstantin Ananyev --- config/rte_config.h