| 03390445 | 17-Feb-2022 |
Chengwen Feng <[email protected]> |
dma/hisilicon: use common PCI device naming
For DMA device 0000:7d:0.0, the original generated dmadev name starts with the "7d:0.0", which is not expected. This patch uses rte_pci_device_name API to
dma/hisilicon: use common PCI device naming
For DMA device 0000:7d:0.0, the original generated dmadev name starts with the "7d:0.0", which is not expected. This patch uses rte_pci_device_name API to generates the dmadev name.
Cc: [email protected]
Signed-off-by: Chengwen Feng <[email protected]>
show more ...
|
| 9e16317a | 02-Nov-2021 |
Chengwen Feng <[email protected]> |
dma/hisilicon: add probing
This patch add dmadev instances create during the PCI probe, and destroy them during the PCI remove. Internal structures and HW definitions was also included.
Signed-off-
dma/hisilicon: add probing
This patch add dmadev instances create during the PCI probe, and destroy them during the PCI remove. Internal structures and HW definitions was also included.
Signed-off-by: Chengwen Feng <[email protected]>
show more ...
|