On 02/09/2021 14:13, Chengwen Feng wrote:
This patch introduce DMA device library internal header, which contains
internal data types that are used by the DMA devices in order to expose
their ops to the class.
Signed-off-by: Chengwen Feng <fengcheng...@huawei.com>
Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Acked-by: Morten Brørup <m...@smartsharesystems.com>
---
lib/dmadev/meson.build | 1 +
lib/dmadev/rte_dmadev_core.h | 176 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 177 insertions(+)
create mode 100644 lib/dmadev/rte_dmadev_core.h
Reviewed-by: Kevin Laatz <kevin.la...@intel.com>