[EXT] Re: [PATCH v1 2/2] dmadev: get DMA device using device ID
Amit Prakash Shukla
amitprakashs at marvell.com
Mon Sep 18 15:47:40 CEST 2023
> -----Original Message-----
> From: Jerin Jacob <jerinjacobk at gmail.com>
> Sent: Monday, September 18, 2023 7:12 PM
> To: Amit Prakash Shukla <amitprakashs at marvell.com>
> Cc: Chengwen Feng <fengchengwen at huawei.com>; Kevin Laatz
> <kevin.laatz at intel.com>; Bruce Richardson <bruce.richardson at intel.com>;
> dev at dpdk.org; Jerin Jacob Kollanukkaran <jerinj at marvell.com>;
> mb at smartsharesystems.com; conor.walsh at intel.com; Vamsi Krishna
> Attunuru <vattunuru at marvell.com>; g.singh at nxp.com;
> sachin.saxena at oss.nxp.com; hemant.agrawal at nxp.com;
> cheng1.jiang at intel.com; Nithin Kumar Dabilpuram
> <ndabilpuram at marvell.com>; Anoob Joseph <anoobj at marvell.com>
> Subject: [EXT] Re: [PATCH v1 2/2] dmadev: get DMA device using device ID
>
> External Email
>
> ----------------------------------------------------------------------
> On Mon, Sep 18, 2023 at 6:02 PM Amit Prakash Shukla
> <amitprakashs at marvell.com> wrote:
> > dmadev: get DMA device using device ID
>
> dmadev: add PMD API to get DMA device using device ID or so
>
> >
> > Added a function that lookup for the dma device using device id and
>
> internal function that
>
> > returns the pointer to the same.
> >
> > Signed-off-by: Amit Prakash Shukla <amitprakashs at marvell.com> #endif
> > diff --git a/lib/dmadev/version.map b/lib/dmadev/version.map index
> > 7031d6b335..cdad39044d 100644
> > --- a/lib/dmadev/version.map
> > +++ b/lib/dmadev/version.map
> > @@ -26,6 +26,7 @@ INTERNAL {
> > rte_dma_fp_objs;
> > rte_dma_pmd_allocate;
> > rte_dma_pmd_release;
> > + rte_dma_pmd_dev_get;
>
> Move after rte_dma_pmd_allocate() to sort in alphabetical order.
Ack. I will change it as part of V2. Thanks.
>
>
> >
> > local: *;
> > };
> > --
> > 2.25.1
> >
More information about the dev
mailing list