Re: [dpdk-dev] [PATCH v5 05/16] dma/idxd: create dmadev instances on pci probe

2021-09-22 Thread Kevin Laatz
On 22/09/2021 03:12, fengchengwen wrote: On 2021/9/17 23:24, Kevin Laatz wrote: 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

Re: [dpdk-dev] [PATCH v5 05/16] dma/idxd: create dmadev instances on pci probe

2021-09-21 Thread fengchengwen
On 2021/9/17 23:24, Kevin Laatz wrote: > 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 > > --- > v4: reba

[dpdk-dev] [PATCH v5 05/16] dma/idxd: create dmadev instances on pci probe

2021-09-17 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 Reviewed-by: Conor Walsh --- v4: rebase changes --- drivers/dma/idxd/idxd_hw_defs.h | 71 ++