> -Original Message-
> From: Akhil Goyal
> Sent: Sunday, August 29, 2021 1:52 PM
> To: dev@dpdk.org
> Cc: ano...@marvell.com; Nicolau, Radu ; Doherty,
> Declan ; hemant.agra...@nxp.com;
> ma...@nvidia.com; Ananyev, Konstantin ;
> tho...@monjalon.net; Zhang, Roy Fan ;
> asoma...@amd.com; ru
Hi Fan,
> Hi Akhil,
>
> > +__rte_internal
> > +static inline void *
> > +_rte_cryptodev_dequeue_prolog(uint8_t dev_id, uint8_t qp_id)
> > +{
> > + struct rte_cryptodev *dev = &rte_cryptodevs[dev_id];
> > +
> > + return dev->data->queue_pairs[qp_id];
> > +}
>
> [Fan: the function name looks un
Hi Akhil,
> -Original Message-
> From: Akhil Goyal
> Sent: Sunday, August 29, 2021 1:52 PM
> To: dev@dpdk.org
> Cc: ano...@marvell.com; Nicolau, Radu ; Doherty,
> Declan ; hemant.agra...@nxp.com;
> ma...@nvidia.com; Ananyev, Konstantin ;
> tho...@monjalon.net; Zhang, Roy Fan ;
> asoma...@
Add helper functions and macros to help drivers to
transition to new datapath interface.
Signed-off-by: Akhil Goyal
---
lib/cryptodev/cryptodev_pmd.h | 246 ++
lib/cryptodev/rte_cryptodev.c | 40 +-
lib/cryptodev/version.map | 4 +
3 files changed, 289
4 matches
Mail list logo