Re: [dpdk-dev] [PATCH v2 01/10] dma/ioat: add device probe and removal functions

2021-09-07 Thread Kevin Laatz
On 03/09/2021 12:17, Conor Walsh wrote: Add the basic device probe/remove skeleton code and initial documentation for new IOAT DMA driver. Maintainers update is also included in this patch. Signed-off-by: Conor Walsh --- MAINTAINERS| 6 +++ doc/guides/dmadevs/ind

[dpdk-dev] [PATCH v2 01/10] dma/ioat: add device probe and removal functions

2021-09-03 Thread Conor Walsh
Add the basic device probe/remove skeleton code and initial documentation for new IOAT DMA driver. Maintainers update is also included in this patch. Signed-off-by: Conor Walsh --- MAINTAINERS| 6 +++ doc/guides/dmadevs/index.rst | 1 + doc/guides/dmadevs/