From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 84318A0C50; Mon, 12 Jul 2021 09:15:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0418E40685; Mon, 12 Jul 2021 09:15:22 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 477AE4003C for ; Mon, 12 Jul 2021 09:15:20 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 12 Jul 2021 09:15:14 +0200 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35C618EF@smartserver.smartshare.dk> X-MimeOLE: Produced By Microsoft Exchange V6.5 In-Reply-To: <1625995556-41473-1-git-send-email-fengchengwen@huawei.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [dpdk-dev] [PATCH v2] dmadev: introduce DMA device library Thread-Index: Add2N0VWPFY1wv+STEu9ri+Oq3NVMgAtLFig References: <1625231891-2963-1-git-send-email-fengchengwen@huawei.com> <1625995556-41473-1-git-send-email-fengchengwen@huawei.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Chengwen Feng" , , , , , Cc: , , , , , , , , , Subject: Re: [dpdk-dev] [PATCH v2] dmadev: introduce DMA device library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Chengwen Feng >=20 > This patch introduce 'dmadevice' which is a generic type of DMA > device. >=20 > The APIs of dmadev library exposes some generic operations which can > enable configuration and I/O with the DMA devices. >=20 > Signed-off-by: Chengwen Feng [snip] > 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