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. > > local: *; > }; > -- > 2.25.1 >