Re: [dpdk-dev] [PATCH v2 02/10] dma/ioat: create dmadev instances on PCI probe

2021-09-07 Thread Kevin Laatz
On 03/09/2021 12:17, Conor Walsh wrote: When a suitable device is found during the PCI probe, create a dmadev instance for each channel. Internal structures and HW definitions required for device creation are also included. Signed-off-by: Conor Walsh --- drivers/dma/ioat/ioat_dmadev.c | 108

[dpdk-dev] [PATCH v2 02/10] dma/ioat: create dmadev instances on PCI probe

2021-09-03 Thread Conor Walsh
When a suitable device is found during the PCI probe, create a dmadev instance for each channel. Internal structures and HW definitions required for device creation are also included. Signed-off-by: Conor Walsh --- drivers/dma/ioat/ioat_dmadev.c | 108 ++- drivers/d