> -----Original Message----- > From: Jerin Jacob <jerinjac...@gmail.com> > Sent: Monday, September 18, 2023 7:12 PM > To: Amit Prakash Shukla <amitpraka...@marvell.com> > Cc: Chengwen Feng <fengcheng...@huawei.com>; Kevin Laatz > <kevin.la...@intel.com>; Bruce Richardson <bruce.richard...@intel.com>; > dev@dpdk.org; Jerin Jacob Kollanukkaran <jer...@marvell.com>; > m...@smartsharesystems.com; conor.wa...@intel.com; Vamsi Krishna > Attunuru <vattun...@marvell.com>; g.si...@nxp.com; > sachin.sax...@oss.nxp.com; hemant.agra...@nxp.com; > cheng1.ji...@intel.com; Nithin Kumar Dabilpuram > <ndabilpu...@marvell.com>; Anoob Joseph <ano...@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 > <amitpraka...@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 <amitpraka...@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 > >