This patch add Chengwen Feng as dmadev's maintainer. Signed-off-by: Chengwen Feng <fengcheng...@huawei.com> --- MAINTAINERS | 5 +++++ doc/guides/rel_notes/release_21_08.rst | 6 ++++++ 2 files changed, 11 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 8013ba1..84cfb1a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -496,6 +496,11 @@ F: drivers/raw/skeleton/ F: app/test/test_rawdev.c F: doc/guides/prog_guide/rawdev.rst +DMA device API - EXPERIMENTAL +M: Chengwen Feng <fengcheng...@huawei.com> +F: lib/dmadev/ +F: doc/guides/prog_guide/dmadev.rst + Memory Pool Drivers ------------------- diff --git a/doc/guides/rel_notes/release_21_08.rst b/doc/guides/rel_notes/release_21_08.rst index 16bb9ce..93068a2 100644 --- a/doc/guides/rel_notes/release_21_08.rst +++ b/doc/guides/rel_notes/release_21_08.rst @@ -175,6 +175,12 @@ New Features Updated testpmd application to log errors and warnings to stderr instead of stdout used before. +* **Added dmadev library support.** + + The dmadev library provides a DMA device framework for management and + provisioning of hardware and software DMA poll mode drivers, defining generic + APIs which support a number of different DMA operations. + Removed Items ------------- -- 2.8.1