[dpdk-dev] [PATCH v2 1/6] dma/hisilicon: add device probe and remove functions
Thomas Monjalon
thomas at monjalon.net
Sun Nov 7 18:28:43 CET 2021
02/11/2021 13:37, Chengwen Feng:
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> +Hisilicon DMA
> +M: Chengwen Feng <fengchengwen at huawei.com>
> +F: drivers/dma/hisilicon
Final slash is missing (and it is mandatory for the parsing).
> --- a/doc/guides/dmadevs/index.rst
> +++ b/doc/guides/dmadevs/index.rst
> @@ -13,3 +13,4 @@ an application through DMA API.
>
> idxd
> ioat
> + hisilicon
Let's keep an alphabetical order.
> --- a/doc/guides/rel_notes/release_21_11.rst
> +++ b/doc/guides/rel_notes/release_21_11.rst
> +* **Added hisilicon dmadev driver implementation.**
HiSilicon DMA driver
blank line missing
> + The hisilicon dmadev driver provide device drivers for the Kunpeng's DMA devices.
> + This device driver can be used through the generic dmadev API.
> --- a/drivers/dma/meson.build
> +++ b/drivers/dma/meson.build
> @@ -4,6 +4,7 @@
> drivers = [
> 'idxd',
> 'ioat',
> + 'hisilicon',
> 'skeleton',
> ]
alphabetical order
More information about the dev
mailing list