[v17,8/8] maintainers: add for dmadev

Message ID 1630135806-21931-9-git-send-email-fengchengwen@huawei.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series dmadev: introduce DMA device library |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/Intel-compilation warning apply issues

Commit Message

Chengwen Feng Aug. 28, 2021, 7:30 a.m. UTC
  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

Chengwen Feng Aug. 28, 2021, 8:25 a.m. UTC | #1
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
>  -------------
>
  
Bruce Richardson Aug. 30, 2021, 8:19 a.m. UTC | #2
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
  

Patch

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
 -------------