> Subject: [dpdk-dev] [PATCH 1/2] dmadev: hide devices array > > No need to expose rte_dma_devices out of the dmadev library. > Existing helpers should be enough, and inlines make use of > rte_dma_fp_objs. > > Signed-off-by: David Marchand <[email protected]> > ---
The devices array is not needed by the drivers. >From a drivers point of view: Tested-by: Conor Walsh <[email protected]>

