> -----Original Message----- > From: Jerin Jacob <[email protected]> > Sent: Monday, September 18, 2023 7:12 PM > To: Amit Prakash Shukla <[email protected]> > Cc: Chengwen Feng <[email protected]>; Kevin Laatz > <[email protected]>; Bruce Richardson <[email protected]>; > [email protected]; Jerin Jacob Kollanukkaran <[email protected]>; > [email protected]; [email protected]; Vamsi Krishna > Attunuru <[email protected]>; [email protected]; > [email protected]; [email protected]; > [email protected]; Nithin Kumar Dabilpuram > <[email protected]>; Anoob Joseph <[email protected]> > 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 > <[email protected]> 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 <[email protected]> #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 > >

