Re: [dpdk-dev] [PATCH v3 06/17] dma/idxd: create dmadev instances on pci probe

2021-09-08 Thread Conor Walsh
When a suitable device is found during the PCI probe, create a dmadev instance for each HW queue. HW definitions required are also included. Signed-off-by: Bruce Richardson Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh

[dpdk-dev] [PATCH v3 06/17] dma/idxd: create dmadev instances on pci probe

2021-09-08 Thread Kevin Laatz
When a suitable device is found during the PCI probe, create a dmadev instance for each HW queue. HW definitions required are also included. Signed-off-by: Bruce Richardson Signed-off-by: Kevin Laatz --- drivers/dma/idxd/idxd_hw_defs.h | 71 drivers/dma/idxd/idxd_internal.h | 16 ++