Hi Akhil,
> Hi Konstantin,
>
> > > > Hi Tech board members,
> > > >
> > > > I have a doubt about the ABI breakage in below addition of field.
> > > > Could you please comment.
> > > >
> > > > > /** The data structure associated with each crypto device. */ struct
> > > > > rte_cryptodev {
> >
Hi Konstantin,
> > > Hi Tech board members,
> > >
> > > I have a doubt about the ABI breakage in below addition of field.
> > > Could you please comment.
> > >
> > > > /** The data structure associated with each crypto device. */ struct
> > > > rte_cryptodev {
> > > > dequeue_pkt_burst
>
> Hi Tech board members,
>
> Could you please clarify the concern?
> The latest patch (https://patches.dpdk.org/patch/82536/) supports both
> enqueue and dequeue callback functionality.
>
> Thanks
> Abhinandan
>
> > -Original Message-
> > From: Akhil Goyal
> > Sent: Tuesday, Octob
Hi Tech board members,
Could you please clarify the concern?
The latest patch (https://patches.dpdk.org/patch/82536/) supports both enqueue
and dequeue callback functionality.
Thanks
Abhinandan
> -Original Message-
> From: Akhil Goyal
> Sent: Tuesday, October 27, 2020 11:59 PM
> To: Gu
Hi Akhil,
> -Original Message-
> From: Akhil Goyal
> Sent: Wednesday, October 28, 2020 12:56 AM
> To: Gujjar, Abhinandan S ; dev@dpdk.org;
> Doherty, Declan ;
> honnappa.nagaraha...@arm.com; Ananyev, Konstantin
>
> Cc: Vangati, Narender ; jer...@marvell.com
> Subject: RE: [v4 1/3] crypto
Hi Abhinandan,
> > > +static int
> > > +cryptodev_cb_init(struct rte_cryptodev *dev) {
> > > + struct rte_cryptodev_enq_cb_rcu *list;
> > > + struct rte_rcu_qsbr *qsbr;
> > > + uint16_t qp_id;
> > > + size_t size;
> > > +
> > > + /* Max thread set to 1, as one DP thread accessing a queue-pair */
>
> -Original Message-
> From: Akhil Goyal
> Sent: Tuesday, October 27, 2020 11:49 PM
> To: Gujjar, Abhinandan S ; dev@dpdk.org;
> Doherty, Declan ;
> honnappa.nagaraha...@arm.com; Ananyev, Konstantin
>
> Cc: Vangati, Narender ; jer...@marvell.com
> Subject: RE: [v4 1/3] cryptodev: suppo
Hi Tech board members,
I have a doubt about the ABI breakage in below addition of field.
Could you please comment.
> /** The data structure associated with each crypto device. */
> struct rte_cryptodev {
> dequeue_pkt_burst_t dequeue_burst;
> @@ -867,6 +922,10 @@ struct rte_cryptodev {
>
Hi Abhinandan,
> Subject: [v4 1/3] cryptodev: support enqueue callback functions
>
> 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
> -
Sure Konstantin.
Thanks
Abhinandan
> -Original Message-
> From: Ananyev, Konstantin
> Sent: Tuesday, October 27, 2020 10:51 PM
> To: Gujjar, Abhinandan S ; dev@dpdk.org;
> Doherty, Declan ; akhil.go...@nxp.com;
> honnappa.nagaraha...@arm.com
> Cc: Vangati, Narender ; jer...@marvell.com
>
>
> > -Original Message-
> > From: Ananyev, Konstantin
> > Sent: Tuesday, October 27, 2020 6:18 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: [v4 1
> -Original Message-
> From: Ananyev, Konstantin
> Sent: Tuesday, October 27, 2020 6:18 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: [v4 1/3] cryptodev: s
>
> 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
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
14 matches
Mail list logo