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 72078A0C5C; Sat, 28 Aug 2021 10:25:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA9D740150; Sat, 28 Aug 2021 10:25:42 +0200 (CEST) Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by mails.dpdk.org (Postfix) with ESMTP id 1499D4003E for ; Sat, 28 Aug 2021 10:25:41 +0200 (CEST) Received: from dggemv711-chm.china.huawei.com (unknown [172.30.72.53]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4GxV57736mz8BsL; Sat, 28 Aug 2021 16:25:15 +0800 (CST) Received: from dggpeml500024.china.huawei.com (7.185.36.10) by dggemv711-chm.china.huawei.com (10.1.198.66) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Sat, 28 Aug 2021 16:25:33 +0800 Received: from [10.40.190.165] (10.40.190.165) by dggpeml500024.china.huawei.com (7.185.36.10) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Sat, 28 Aug 2021 16:25:33 +0800 From: fengchengwen To: "dev@dpdk.org" References: <1625231891-2963-1-git-send-email-fengchengwen@huawei.com> <1630135806-21931-1-git-send-email-fengchengwen@huawei.com> <1630135806-21931-9-git-send-email-fengchengwen@huawei.com> CC: Thomas Monjalon Message-ID: <8066f155-ac95-6595-771c-838e3ee10525@huawei.com> Date: Sat, 28 Aug 2021 16:25:33 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <1630135806-21931-9-git-send-email-fengchengwen@huawei.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.40.190.165] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To dggpeml500024.china.huawei.com (7.185.36.10) X-CFilter-Loop: Reflected Subject: Re: [dpdk-dev] [PATCH v17 8/8] maintainers: add for dmadev 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" I got checkpatch warning email of this patch, but there have none valid information: Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/97493 _coding style issues_ --- a/doc/guides/rel_notes/release_21_11.rst +++ b/doc/guides/rel_notes/release_21_11.rst . Who can take a look at this ? Thanks. On 2021/8/28 15:30, Chengwen Feng wrote: > This patch add myself as dmadev's maintainer and update release notes. > > Signed-off-by: Chengwen Feng > --- > MAINTAINERS | 7 +++++++ > doc/guides/rel_notes/release_21_11.rst | 5 +++++ > 2 files changed, 12 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 266f5ac..c057a09 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -496,6 +496,13 @@ F: drivers/raw/skeleton/ > F: app/test/test_rawdev.c > F: doc/guides/prog_guide/rawdev.rst > > +DMA device API - EXPERIMENTAL > +M: Chengwen Feng > +F: lib/dmadev/ > +F: drivers/dma/skeleton/ > +F: app/test/test_dmadev* > +F: doc/guides/prog_guide/dmadev.rst > + > > Memory Pool Drivers > ------------------- > diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst > index d707a55..78b9691 100644 > --- a/doc/guides/rel_notes/release_21_11.rst > +++ b/doc/guides/rel_notes/release_21_11.rst > @@ -55,6 +55,11 @@ New Features > Also, make sure to start the actual text at the margin. > ======================================================= > > +* **Added dmadev library support.** > + > + The dmadev library provides a DMA device framework for management and > + provision of hardware and software DMA devices. > + > > Removed Items > ------------- >