Re: [dpdk-dev] [PATCH v2] dmadev: introduce DMA device library
From: Morten Brørup <hidden>
Date: 2021-07-12 07:15:25
From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Chengwen Feng This patch introduce 'dmadevice' which is a generic type of DMA device. The APIs of dmadev library exposes some generic operations which can enable configuration and I/O with the DMA devices. Signed-off-by: Chengwen Feng <redacted>
[snip]
quoted hunk ↗ jump to hunk
diff --git a/lib/dmadev/rte_dmadev.h b/lib/dmadev/rte_dmadev.h new file mode 100644 index 0000000..8779512 --- /dev/null +++ b/lib/dmadev/rte_dmadev.h@@ -0,0 +1,1030 @@ +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright(c) 2021 HiSilicon Limited. + * Copyright(c) 2021 Intel Corporation. + * Copyright(c) 2021 Marvell International Ltd.
If the group of DMA device hardware vendors don't oppose, I would appreciate it if my contribution to the definition of the DMA device API is recognized in this file: + * Copyright(c) 2021 SmartShare Systems.
+ */ +
Also remember the other contributors in the other files, where appropriate. -Morten