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 <[email protected]>
Acked-by: Bruce Richardson <[email protected]>
Acked-by: Morten Brørup <[email protected]>
---
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 <[email protected]>