Re: [dpdk-dev] [PATCH v2 1/6] dma/hisilicon: add device probe and remove functions
From: Thomas Monjalon <hidden>
Date: 2021-11-07 17:28:51
From: Thomas Monjalon <hidden>
Date: 2021-11-07 17:28:51
02/11/2021 13:37, Chengwen Feng:
--- a/MAINTAINERS +++ b/MAINTAINERS +Hisilicon DMA +M: Chengwen Feng <fengchengwen@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