On Sat, Sep 04, 2021 at 06:10:20PM +0800, Chengwen Feng wrote: > This patch set contains seven patch for new add dmadev. > > Chengwen Feng (7): > dmadev: introduce DMA device library public APIs > dmadev: introduce DMA device library internal header > dmadev: introduce DMA device library PMD header > dmadev: introduce DMA device library implementation > doc: add DMA device library guide > dma/skeleton: introduce skeleton dmadev driver > app/test: add dmadev API test > > --- > v20: > * delete unnecessary and duplicate include header files. > * the conf_sz parameter is added to the configure and vchan-setup > callbacks of the PMD, this is mainly used to enhance ABI > compatibility. > * the rte_dmadev structure field is rearranged to reserve more space > for I/O functions. > * fix some ambiguous and unnecessary comments. > * fix the potential memory leak of ut. > * redefine skeldma_init_once to skeldma_count. > * suppress rte_dmadev error output when execute ut. Thanks for V20, those I've checked look like some good changes.
/Bruce