[v17,8/8] maintainers: add for dmadev
Checks
Commit Message
This patch add myself as dmadev's maintainer and update release notes.
Signed-off-by: Chengwen Feng <fengchengwen@huawei.com>
---
MAINTAINERS | 7 +++++++
doc/guides/rel_notes/release_21_11.rst | 5 +++++
2 files changed, 12 insertions(+)
Comments
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 <fengchengwen@huawei.com>
> ---
> 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 <fengchengwen@huawei.com>
> +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
> -------------
>
On Sat, Aug 28, 2021 at 04:25:33PM +0800, fengchengwen wrote:
> 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 ?
>
Patch looks ok to me, so I think you can safely ignore as a false positive.
/Bruce
@@ -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 <fengchengwen@huawei.com>
+F: lib/dmadev/
+F: drivers/dma/skeleton/
+F: app/test/test_dmadev*
+F: doc/guides/prog_guide/dmadev.rst
+
Memory Pool Drivers
-------------------
@@ -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
-------------