Re: [dpdk-dev] [PATCH v2 1/3] dmadev: hide devices array

2021-10-25 Thread fengchengwen
On 2021/10/26 14:04, Radha Mohan wrote: > On Thu, Oct 21, 2021 at 7:04 AM Kevin Laatz wrote: >> >> On 21/10/2021 13:59, Chengwen Feng wrote: >>> From: David Marchand >>> >>> No need to expose rte_dma_devices out of the dmadev library. >>> Existing helpers should be enough, and inlines make use of

Re: [dpdk-dev] [PATCH v2 1/3] dmadev: hide devices array

2021-10-25 Thread Radha Mohan
On Thu, Oct 21, 2021 at 7:04 AM Kevin Laatz wrote: > > On 21/10/2021 13:59, Chengwen Feng wrote: > > From: David Marchand > > > > 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. I asked this earlier

Re: [dpdk-dev] [PATCH v2 1/3] dmadev: hide devices array

2021-10-21 Thread Kevin Laatz
On 21/10/2021 13:59, Chengwen Feng wrote: From: David Marchand 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 Reviewed-by: Chengwen Feng Tested-by: Conor Walsh --- app/t

[dpdk-dev] [PATCH v2 1/3] dmadev: hide devices array

2021-10-21 Thread Chengwen Feng
From: David Marchand 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 Reviewed-by: Chengwen Feng Tested-by: Conor Walsh --- app/test/test_dmadev.c | 5 +++-- lib/dmadev/