Re: [dpdk-dev] [PATCH v16 6/9] dma/skeleton: introduce skeleton dmadev driver

2021-08-26 Thread Bruce Richardson
On Mon, Aug 23, 2021 at 11:31:31AM +0800, Chengwen Feng wrote: > Skeleton dmadevice driver, on the lines of rawdev skeleton, is for > showcasing of the dmadev library. This driver implements cpucopy 'DMA', > so that a test module can be developed. > > Design of skeleton involves a virtual device w

[dpdk-dev] [PATCH v16 6/9] dma/skeleton: introduce skeleton dmadev driver

2021-08-22 Thread Chengwen Feng
Skeleton dmadevice driver, on the lines of rawdev skeleton, is for showcasing of the dmadev library. This driver implements cpucopy 'DMA', so that a test module can be developed. Design of skeleton involves a virtual device which is plugged into VDEV bus on initialization. Also, enable compilatio